Updates dependencies
This commit is contained in:
+2
-2
@@ -89,7 +89,7 @@ android {
|
|||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
//signingConfig signingConfigs.debug
|
signingConfig signingConfigs.debug
|
||||||
proguardFiles getDefaultProguardFile("proguard-android-optimize.txt"), 'proguard-rules.pro'
|
proguardFiles getDefaultProguardFile("proguard-android-optimize.txt"), 'proguard-rules.pro'
|
||||||
minifyEnabled true
|
minifyEnabled true
|
||||||
resValue "string", "app_name", "@string/app_name_release"
|
resValue "string", "app_name", "@string/app_name_release"
|
||||||
@@ -159,7 +159,7 @@ android {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation project(path: ':quartz')
|
implementation project(path: ':quartz')
|
||||||
implementation "androidx.core:core-ktx:$core_ktx_version"
|
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:$compose_ui_version"
|
||||||
implementation "androidx.compose.ui:ui-tooling-preview:$compose_ui_version"
|
implementation "androidx.compose.ui:ui-tooling-preview:$compose_ui_version"
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@ buildscript {
|
|||||||
fragment_version = "1.6.2"
|
fragment_version = "1.6.2"
|
||||||
lifecycle_version = '2.6.2'
|
lifecycle_version = '2.6.2'
|
||||||
compose_ui_version = '1.5.4'
|
compose_ui_version = '1.5.4'
|
||||||
nav_version = '2.7.5'
|
nav_version = '2.7.6'
|
||||||
room_version = "2.4.3"
|
room_version = "2.4.3"
|
||||||
accompanist_version = '0.32.0'
|
accompanist_version = '0.32.0'
|
||||||
coil_version = '2.5.0'
|
coil_version = '2.5.0'
|
||||||
|
|||||||
Reference in New Issue
Block a user