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:
parent
07be00db7d
commit
473da34dfa
2 changed files with 7 additions and 6 deletions
|
|
@ -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())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue