Skip to content

Commit

Permalink
Increase version code/name
Browse files Browse the repository at this point in the history
  • Loading branch information
Florianisme committed Feb 16, 2022
1 parent 8119bf2 commit 5a9e468
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 28
versionCode 30
wearAppUnbundled true
}
buildFeatures {
Expand Down
2 changes: 1 addition & 1 deletion shared-build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ android {
minSdk 24
targetSdk 31
versionCode 4
versionName "1.3.1"
versionName "1.4.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
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 27
versionCode 31
}
}

Expand Down

0 comments on commit 5a9e468

Please sign in to comment.