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

InAppPurchases: Update Android implementation to support GPB 7.0.0

Also updates the Projucer's Android exporter to update Google Play
Billing Library dependency to 7.0.0.
This commit is contained in:
reuk 2024-06-03 12:58:26 +01:00
parent 07be00db7d
commit 473da34dfa
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C
2 changed files with 7 additions and 6 deletions

View file

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