Skip to content

Commit

Permalink
Updated to 5.2
Browse files Browse the repository at this point in the history
* Updated gradle version
* updated the billing verison
  • Loading branch information
FinepointCGI committed May 19, 2023
1 parent dccd3b7 commit fcaff43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions godot-google-play-billing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ ext.pluginVersionCode = 4
ext.pluginVersionName = "1.1.2"

android {
compileSdkVersion 30
compileSdkVersion 31
buildToolsVersion "30.0.3"

defaultConfig {
minSdkVersion 18
targetSdkVersion 30
targetSdkVersion 31
versionCode pluginVersionCode
versionName pluginVersionName
}
Expand All @@ -25,6 +25,6 @@ android {

dependencies {
implementation "androidx.legacy:legacy-support-v4:1.0.0"
implementation 'com.android.billingclient:billing:4.0.0'
implementation 'com.android.billingclient:billing:5.2.0'
compileOnly fileTree(dir: 'libs', include: ['godot-lib*.aar'])
}
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ public void onAcknowledgePurchaseResponse(BillingResult billingResult) {
});
}


public void consumePurchase(String purchaseToken) {
ConsumeParams consumeParams = ConsumeParams.newBuilder()
.setPurchaseToken(purchaseToken)
Expand Down

0 comments on commit fcaff43

Please sign in to comment.