diff --git a/android/Omnivore/app/build.gradle b/android/Omnivore/app/build.gradle index 21a202d33..4bf7ef0f3 100644 --- a/android/Omnivore/app/build.gradle +++ b/android/Omnivore/app/build.gradle @@ -13,12 +13,12 @@ if (keystorePropertiesFile.exists()) { } android { - compileSdk 33 + compileSdk 34 defaultConfig { applicationId "app.omnivore.omnivore" minSdk 26 - targetSdk 33 + targetSdk 34 versionCode 188 versionName "0.0.188" @@ -92,7 +92,7 @@ dependencies { implementation "androidx.compose.ui:ui-tooling-preview:$compose_version" implementation "androidx.compose.material:material-icons-extended:$compose_version" implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.1' - implementation 'androidx.activity:activity-compose:1.6.1' + implementation 'androidx.activity:activity-compose:1.8.2' implementation 'androidx.appcompat:appcompat:1.5.1' implementation 'com.google.android.gms:play-services-base:18.1.0' diff --git a/android/Omnivore/build.gradle b/android/Omnivore/build.gradle index 9965e4843..62770128d 100644 --- a/android/Omnivore/build.gradle +++ b/android/Omnivore/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - compose_version = '1.3.1' + compose_version = '1.6.0' lifecycle_version = '2.5.1' hilt_version = '2.44.2' gradle_plugin_version = '7.4.2'