Skip to content

Commit

Permalink
Upgrade to google billing 6.0 (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
keesvandieren committed Sep 30, 2023
1 parent 6db51d7 commit d481c50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gdx-pay-android-googlebilling/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ configurations {

dependencies {
api project(':gdx-pay-client')
api 'com.android.billingclient:billing:5.0.0'
api "com.android.billingclient:billing:6.0.0"

testImplementation libraries.junit
}
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=com.badlogicgames.gdxpay
version=1.3.6
version=1.3.6-SNAPSHOT
POM_DESCRIPTION=Gdx Payment library
POM_NAME=libGDX Payment API
POM_URL=https://github.com/libgdx/gdx-pay
Expand All @@ -10,3 +10,4 @@ POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
org.gradle.jvmargs=-Xms1024m -Xmx2048m
android.useAndroidX=true

0 comments on commit d481c50

Please sign in to comment.