1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

InAppPurchases: Add support for Android BillingClient 5.0.0

This commit is contained in:
reuk 2022-02-15 20:09:34 +00:00
parent 7c66dc8e15
commit 6375f640db
No known key found for this signature in database
GPG key ID: 9ADCD339CFC98A11
7 changed files with 402 additions and 185 deletions

View file

@ -866,7 +866,7 @@ private:
mo << " implementation files('libs/" << File (d).getFileName() << "')" << newLine;
if (isInAppBillingEnabled())
mo << " implementation 'com.android.billingclient:billing:2.1.0'" << newLine;
mo << " implementation 'com.android.billingclient:billing:5.0.0'" << newLine;
if (areRemoteNotificationsEnabled())
{