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 Oct 3, 2023
1 parent e8bd895 commit dbf7313
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 89
versionCode 91
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 @@ -18,7 +18,7 @@ android {
applicationId "de.florianisme.wakeonlan"
minSdk 24
targetSdk 34
versionName "1.8.8"
versionName "1.8.9"

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 88
versionCode 90
}
}

Expand Down

0 comments on commit dbf7313

Please sign in to comment.