Skip to content

Commit

Permalink
Increase version code
Browse files Browse the repository at this point in the history
  • Loading branch information
Florianisme committed Jan 30, 2022
1 parent 7abc15e commit fa5afdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply from: "$rootProject.projectDir/shared-build.gradle"

android {
defaultConfig {
versionCode 18
versionCode 20
wearAppUnbundled true
}
buildFeatures {
Expand Down
2 changes: 1 addition & 1 deletion wear/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply from: "$rootProject.projectDir/shared-build.gradle"

android {
defaultConfig {
versionCode 17
versionCode 19
}
}

Expand Down

0 comments on commit fa5afdd

Please sign in to comment.