Skip to content

Commit

Permalink
Bump release version
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaaatt committed Jul 10, 2024
1 parent f5530a2 commit 3afc2ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId = "com.limurse.iapsample"
minSdk = 21
targetSdk = 34
versionCode = 7
versionName = "1.0.6"
versionCode = 8
versionName = "1.0.7"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down
2 changes: 1 addition & 1 deletion iap/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ publishing {
create<MavenPublication>("release") {
groupId = "com.limurse"
artifactId = "Google-IAP"
version = "1.6.0"
version = "1.7.0"

afterEvaluate {
from(components["release"])
Expand Down

0 comments on commit 3afc2ab

Please sign in to comment.