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 Jan 27, 2023
1 parent 1ac9317 commit 8c44b35
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 45
versionCode 53
wearAppUnbundled true
}
buildFeatures {
Expand Down
6 changes: 3 additions & 3 deletions shared-build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
android {
namespace 'de.florianisme.wakeonlan'
compileSdk 32
compileSdk 33

signingConfigs {
release {
Expand All @@ -17,8 +17,8 @@ android {
defaultConfig {
applicationId "de.florianisme.wakeonlan"
minSdk 24
targetSdk 32
versionName "1.6.1"
targetSdk 33
versionName "1.6.4"

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 44
versionCode 52
}
}

Expand Down

0 comments on commit 8c44b35

Please sign in to comment.