bump compose version

This commit is contained in:
Stefano Sansone
2024-01-31 12:55:55 +00:00
parent c3276fdaf1
commit 1fa061ee0a
2 changed files with 4 additions and 4 deletions

View File

@ -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'

View File

@ -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'