Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
TinyKitten committed Oct 14, 2024
1 parent 5b83161 commit fe096d3
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 @@ -126,7 +126,7 @@ android {
}
prod {
dimension "environment"
versionCode 80100010
versionCode 80100020
versionName "8.1.0"
}
}
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 @@ -39,7 +39,7 @@ android {
}
create("prod") {
dimension = "environment"
versionCode = 80100011
versionCode = 80100021
versionName = "8.1.0"
}
}
Expand Down

0 comments on commit fe096d3

Please sign in to comment.