diff --git a/app/build.gradle b/app/build.gradle index fb0726867..655303605 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -89,7 +89,7 @@ android { buildTypes { release { - //signingConfig signingConfigs.debug + signingConfig signingConfigs.debug proguardFiles getDefaultProguardFile("proguard-android-optimize.txt"), 'proguard-rules.pro' minifyEnabled true resValue "string", "app_name", "@string/app_name_release" @@ -159,7 +159,7 @@ android { dependencies { implementation project(path: ':quartz') implementation "androidx.core:core-ktx:$core_ktx_version" - implementation 'androidx.activity:activity-compose:1.8.1' + implementation 'androidx.activity:activity-compose:1.8.2' implementation "androidx.compose.ui:ui:$compose_ui_version" implementation "androidx.compose.ui:ui-tooling-preview:$compose_ui_version" diff --git a/build.gradle b/build.gradle index 6360f2570..68dbb472f 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { fragment_version = "1.6.2" lifecycle_version = '2.6.2' compose_ui_version = '1.5.4' - nav_version = '2.7.5' + nav_version = '2.7.6' room_version = "2.4.3" accompanist_version = '0.32.0' coil_version = '2.5.0'