diff --git a/app/build.gradle b/app/build.gradle index bcc3301..98963f4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,7 +3,7 @@ apply from: "$rootProject.projectDir/shared-build.gradle" android { defaultConfig { - versionCode 93 + versionCode 97 wearAppUnbundled true } buildFeatures { diff --git a/shared-build.gradle b/shared-build.gradle index 34c5343..e9e196e 100644 --- a/shared-build.gradle +++ b/shared-build.gradle @@ -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" } diff --git a/wear/build.gradle b/wear/build.gradle index 09467f6..f538182 100644 --- a/wear/build.gradle +++ b/wear/build.gradle @@ -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'