Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
TinyKitten committed Oct 10, 2024
1 parent 4104b25 commit 6a46937
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ android {
applicationIdSuffix ".dev"
versionNameSuffix "-dev"
// 10203010 <- 10203(v1.2.3 version name)+01(build number)+0(Android app)
versionCode 80000460
versionCode 80000470
versionName "8.0.0"
}
prod {
Expand Down
2 changes: 1 addition & 1 deletion android/wearable/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ android {
applicationIdSuffix = ".dev"
versionNameSuffix = "-dev"
// 10203011 <- 10203(v1.2.3 version name)+01(build number)+1(Wearable app)
versionCode = 80000461
versionCode = 80000471
versionName = "8.0.0"
}
create("prod") {
Expand Down

0 comments on commit 6a46937

Please sign in to comment.