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:
parent
7c66dc8e15
commit
6375f640db
7 changed files with 402 additions and 185 deletions
|
|
@ -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())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue