We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d323e26 commit 243a422Copy full SHA for 243a422
app/build.gradle.kts
@@ -13,8 +13,8 @@ android {
13
applicationId = "com.limurse.iapsample"
14
minSdk = libs.versions.minSdk.get().toInt()
15
targetSdk = libs.versions.targetSdk.get().toInt()
16
- versionCode = 8
17
- versionName = "1.0.7"
+ versionCode = 9
+ versionName = "1.1.0"
18
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
19
}
20
iap/build.gradle.kts
@@ -51,7 +51,7 @@ publishing {
51
create<MavenPublication>("release") {
52
groupId = "com.limurse"
53
artifactId = "Google-IAP"
54
- version = "1.7.0"
+ version = "1.8.0"
55
56
afterEvaluate {
57
from(components["release"])
0 commit comments