Skip to content

Commit

Permalink
Version increment
Browse files Browse the repository at this point in the history
  • Loading branch information
h0ker committed Aug 30, 2024
1 parent a4bd8b9 commit a690cea
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.hoker.supraexample"
minSdk = 28
targetSdk = 35
versionCode = 8
versionName = "0.0.8"
versionCode = 9
versionName = "0.0.9"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
2 changes: 1 addition & 1 deletion supra/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ afterEvaluate {
from(components["release"])
groupId = "com.github.hoker"
artifactId = "Supra"
version = "0.0.8"
version = "0.0.9"
}
}
}
Expand Down

0 comments on commit a690cea

Please sign in to comment.