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 Jun 8, 2022
1 parent 9a52847 commit 3ee3175
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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 33
versionCode 35
wearAppUnbundled true
}
buildFeatures {
Expand Down
3 changes: 1 addition & 2 deletions shared-build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ android {
applicationId "de.florianisme.wakeonlan"
minSdk 24
targetSdk 31
versionCode 4
versionName "1.4.1"
versionName "1.4.2"

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 32
versionCode 34
}
}

Expand Down

0 comments on commit 3ee3175

Please sign in to comment.