@@ -5,39 +5,39 @@ minSdk = "21"
55jdk = " 17"
66kotlin = " 1.9.22"
77agp = " 8.2.2"
8- gms = " 4.4.0 "
8+ gms = " 4.4.1 "
99crashlytics = " 2.9.9"
10- compose = " 1.6.0-beta02 "
10+ compose = " 1.6.0"
1111composeCompiler = " 1.5.8"
12- coroutines = " 1.7.3 "
12+ coroutines = " 1.8.0 "
1313sqlDelight = " 2.0.1"
1414androidxSqlite = " 2.4.0"
1515saferoom = " 1.3.0"
1616androidSqlCipher = " 4.5.4"
1717iosSqlCipher = " 4.5.4"
1818sqlcipherKtnPod = " 1.4.2"
19- decompose = " 2.2.1 -compose-experimental"
20- koin = " 3.5.0 "
19+ decompose = " 2.2.2 -compose-experimental"
20+ koin = " 3.5.3 "
2121kotlinx-datetime = " 0.5.0"
2222napier = " 2.7.1"
23- mokoResources = " 0.24.0-alpha-3 "
24- materialThemePrefs = " 0.6.3 "
23+ mokoResources = " 0.24.0-alpha-5 "
24+ materialThemePrefs = " 0.6.4 "
2525androidxActivityCompose = " 1.8.2"
26- androidxComposeTest = " 1.5.4 "
26+ androidxComposeTest = " 1.6.2 "
2727androidxCoreSplashscreen = " 1.0.1"
2828androidxLegacySupport = " 1.0.0"
2929androidxPreference = " 1.2.1"
3030androidxMultidex = " 2.0.1"
31- androidxLifecycle = " 2.6.2 "
31+ androidxLifecycle = " 2.7.0 "
3232androidxArch = " 2.2.0"
3333androidxTestExt = " 1.1.5"
3434androidxTest = " 1.5.2"
3535androidxTestOrchestrator = " 1.4.2"
3636googleAndroidMaterial = " 1.11.0"
37- firebase = " 32.7.0 "
37+ firebase = " 32.7.3 "
3838leakCanary = " 2.13"
3939junit = " 4.13.2"
40- mockito = " 5.2 .0"
40+ mockito = " 5.10 .0"
4141turbine = " 1.0.0"
4242espresso = " 3.5.1"
4343desugar = " 2.0.4"
@@ -123,7 +123,7 @@ leakCanary-android-instrumentation = { module = "com.squareup.leakcanary:leakcan
123123junit = { module = " junit:junit" , version.ref = " junit" }
124124
125125mockito-core = { module = " org.mockito:mockito-core" , version.ref = " mockito" }
126- mockito-inline = { module = " org.mockito:mockito-inline" , version.ref = " mockito " }
126+ mockito-inline = { module = " org.mockito:mockito-inline" , version = " 5.2.0 " }
127127
128128turbine = { module = " app.cash.turbine:turbine" , version.ref = " turbine" }
129129
0 commit comments