From 1b1218595e27df9b0eecb05f83ebf1c907adc6dd Mon Sep 17 00:00:00 2001 From: Ivan Iskandar Date: Sun, 9 Apr 2023 21:46:53 +0700 Subject: [PATCH] Update dependencies --- app/build.gradle | 12 ++++++------ build.gradle | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ac2baa0..9bd98ba 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -76,15 +76,15 @@ android { } dependencies { - implementation 'androidx.core:core-ktx:1.9.0' + implementation 'androidx.core:core-ktx:1.10.0' implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'androidx.activity:activity-compose:1.6.1' + implementation 'androidx.activity:activity-compose:1.7.0' implementation "androidx.navigation:navigation-compose:2.5.3" implementation "com.github.topjohnwu.libsu:core:5.0.4" implementation 'com.squareup.logcat:logcat:0.1' implementation 'com.google.android.gms:play-services-oss-licenses:17.0.0' implementation 'com.github.KieronQuinn:MonetCompat:0.4.1' - implementation "io.github.fornewid:material-motion-compose-core:0.10.4" + implementation "io.github.fornewid:material-motion-compose-core:0.11.1" implementation platform("androidx.compose:compose-bom:$compose_bom_version") implementation "androidx.compose.ui:ui" @@ -96,7 +96,7 @@ dependencies { implementation "androidx.compose.ui:ui-tooling-preview" debugImplementation "androidx.compose.ui:ui-tooling" - def accompanist_version = "0.28.0" + def accompanist_version = "0.30.1" implementation "com.google.accompanist:accompanist-pager:$accompanist_version" implementation "com.google.accompanist:accompanist-swiperefresh:$accompanist_version" implementation "com.google.accompanist:accompanist-navigation-material:$accompanist_version" @@ -107,13 +107,13 @@ dependencies { implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version" - def lifecycle_version = "2.6.0" + def lifecycle_version = "2.6.1" implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version" implementation "androidx.lifecycle:lifecycle-livedata-ktx:$lifecycle_version" implementation "androidx.lifecycle:lifecycle-service:$lifecycle_version" implementation "androidx.datastore:datastore:1.0.0" - implementation "com.google.protobuf:protobuf-javalite:$protobuf_version" + implementation "com.google.protobuf:protobuf-javalite:$protobuf_version" } protobuf { diff --git a/build.gradle b/build.gradle index 6770a10..b013857 100644 --- a/build.gradle +++ b/build.gradle @@ -2,9 +2,9 @@ buildscript { ext { kotlin_version = "1.8.10" - compose_bom_version = '2023.01.00' - compose_compiler_version = '1.4.3' - protobuf_version = '3.22.0' + compose_bom_version = '2023.04.00' + compose_compiler_version = '1.4.4' + protobuf_version = '3.22.2' } repositories { google()