@@ -3,13 +3,13 @@ compileSdk = "34"
33targetSdk = " 34"
44minSdk = " 21"
55jdk = " 17"
6- kotlin = " 1.9.24 "
7- agp = " 8.4.1 "
8- gms = " 4.4.1 "
6+ kotlin = " 2.0.0 "
7+ agp = " 8.4.2 "
8+ gms = " 4.4.2 "
99crashlytics = " 3.0.1"
10- compose = " 1.6.10 "
10+ compose = " 1.6.11 "
1111composeCompiler = " 1.5.14"
12- coroutines = " 1.8.0 "
12+ coroutines = " 1.8.1 "
1313sqlDelight = " 2.0.2"
1414androidxSqlite = " 2.4.0"
1515saferoom = " 1.3.0"
@@ -19,24 +19,24 @@ sqlcipherKtnPod = "1.4.2"
1919decompose = " 2.2.2-compose-experimental"
2020koin = " 3.5.3"
2121kotlinx-serialization = " 1.6.3"
22- kotlinx-datetime = " 0.5 .0"
22+ kotlinx-datetime = " 0.6 .0"
2323napier = " 2.7.1"
24- mokoResources = " 0.24.0-beta-5 "
25- materialThemePrefs = " 0.8.1 "
24+ mokoResources = " 0.24.0"
25+ materialThemePrefs = " 0.8.3 "
2626androidxActivityCompose = " 1.9.0"
2727androidxComposeTest = " 1.6.7"
2828androidxCoreSplashscreen = " 1.0.1"
2929androidxLegacySupport = " 1.0.0"
3030androidxPreference = " 1.2.1"
3131androidxMultidex = " 2.0.1"
3232androidxTracing = " 1.2.0"
33- androidxLifecycle = " 2.8.0 "
33+ androidxLifecycle = " 2.8.1 "
3434androidxArch = " 2.2.0"
3535androidxTestExt = " 1.1.5"
3636androidxTest = " 1.5.2"
3737androidxTestOrchestrator = " 1.4.2"
3838googleAndroidMaterial = " 1.12.0"
39- firebase = " 33.0 .0"
39+ firebase = " 33.1 .0"
4040leakCanary = " 2.14"
4141junit = " 4.13.2"
4242mockito = " 5.11.0"
@@ -134,7 +134,7 @@ appdirs = { module = "net.harawata:appdirs", version.ref = "appdirs" }
134134
135135espresso-core = { module = " androidx.test.espresso:espresso-core" , version.ref = " espresso" }
136136espresso-contrib = { module = " androidx.test.espresso:espresso-contrib" , version.ref = " espresso" }
137- espresso-device = { module = " androidx.test.espresso:espresso-device" , version = " 1.0.0-alpha08 " }
137+ espresso-device = { module = " androidx.test.espresso:espresso-device" , version = " 1.0.0-rc01 " }
138138espresso-idling-resource = { module = " androidx.test.espresso:espresso-idling-resource" , version.ref = " espresso" }
139139
140140desugar = { module = " com.android.tools:desugar_jdk_libs" , version.ref = " desugar" }
@@ -147,6 +147,7 @@ kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
147147kotlin-android = { id = " org.jetbrains.kotlin.android" , version.ref = " kotlin" }
148148kotlin-serialization = { id = " org.jetbrains.kotlin.plugin.serialization" , version.ref = " kotlin" }
149149kotlin-cocoapods = { id = " org.jetbrains.kotlin.native.cocoapods" , version.ref = " kotlin" }
150+ compose-compiler = { id = " org.jetbrains.kotlin.plugin.compose" , version.ref = " kotlin" }
150151compose = { id = " org.jetbrains.compose" , version.ref = " compose" }
151152android-application = { id = " com.android.application" , version.ref = " agp" }
152153android-library = { id = " com.android.library" , version.ref = " agp" }
0 commit comments