Skip to content

Commit

Permalink
Release 1.2.0 with Google Play Billing 5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
akien-mga committed Oct 31, 2023
1 parent ad569b3 commit a5a818f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion GodotGooglePlayBilling.gdap
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name="GodotGooglePlayBilling"
binary_type="local"
binary="GodotGooglePlayBilling.1.1.2.release.aar"
binary="GodotGooglePlayBilling.1.2.0.release.aar"

[dependencies]
remote=["com.android.billingclient:billing:5.2.1"]
6 changes: 3 additions & 3 deletions godot-google-play-billing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ plugins {
id 'com.android.library'
}

ext.pluginVersionCode = 4
ext.pluginVersionName = "1.1.2"
ext.pluginVersionCode = 5
ext.pluginVersionName = "1.2.0"

android {
compileSdkVersion 31
Expand All @@ -25,6 +25,6 @@ android {

dependencies {
implementation "androidx.legacy:legacy-support-v4:1.0.0"
implementation 'com.android.billingclient:billing:5.2.0'
implementation 'com.android.billingclient:billing:5.2.1'
compileOnly fileTree(dir: 'libs', include: ['godot-lib*.aar'])
}

0 comments on commit a5a818f

Please sign in to comment.