Skip to content

Commit

Permalink
Merge tag '1.9.8' into develop
Browse files Browse the repository at this point in the history
1.9.8
  • Loading branch information
Florianisme committed Apr 11, 2024
2 parents 18d4d22 + ddbf708 commit 6e8e0b2
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 107
versionCode 111
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 @@ -33,7 +33,7 @@ android {
applicationId "de.florianisme.wakeonlan"
minSdk 24
targetSdk 34
versionName "1.9.7"
versionName "1.9.8"

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 @@ -5,7 +5,7 @@ android {
compileSdk 33
defaultConfig {
targetSdk 33
versionCode 106
versionCode 110
}
}

Expand Down

0 comments on commit 6e8e0b2

Please sign in to comment.