Skip to content

Commit

Permalink
Merge branch 'hotfix/1.9.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Florianisme committed Oct 7, 2023
2 parents 608dcef + e9ad15d commit 91cd61c
Show file tree
Hide file tree
Showing 3 changed files with 6 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 93
versionCode 97
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.9.0"
versionName "1.9.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
6 changes: 4 additions & 2 deletions wear/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@ apply plugin: 'com.android.application'
apply from: "$rootProject.projectDir/shared-build.gradle"

android {
compileSdk 33
defaultConfig {
versionCode 92
targetSdk 33
versionCode 96
}
}

dependencies {
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation "androidx.core:core-splashscreen:1.1.0-alpha02"
implementation "androidx.core:core-splashscreen:1.0.1"

implementation 'androidx.wear:wear:1.3.0'

Expand Down

0 comments on commit 91cd61c

Please sign in to comment.