@@ -6,20 +6,20 @@ androidxComposeBom = "2023.10.01"
66androidxComposeCompiler = " 1.5.3" # Compose VC
77androidxCoreSplashscreen = " 1.0.1"
88androidxHiltNavigationCompose = " 1.1.0"
9- androidxLifecycle = " 2.6.2 "
9+ androidxLifecycle = " 2.7.0 "
1010androidxNavigation = " 2.7.6"
1111androidxTestExt = " 1.1.5"
12- androidxTestRunner = " 1.5.0 "
12+ androidxTestRunner = " 1.5.2 "
1313androidxWork = " 2.9.0"
14- firebaseBom = " 32.7.0 "
14+ firebaseBom = " 32.7.1 "
1515firebaseCrashlyticsPlugin = " 2.9.9"
16- firebase-crashlytics = " 18.6.0 "
17- firebase-auth = " 22.3.0 "
18- firebase-firestore = " 24.10.0 "
16+ firebase-crashlytics = " 18.6.1 "
17+ firebase-auth = " 22.3.1 "
18+ firebase-firestore = " 24.10.1 "
1919firebase-analytics = " 21.5.0"
2020firebase-messaging = " 23.4.0"
2121gmsPlugin = " 4.4.0"
22- hilt = " 2.48.1 "
22+ hilt = " 2.50 "
2323hiltExt = " 1.1.0"
2424kotlin = " 1.9.10" # Can't update due to Realm
2525kotlinxCoroutines = " 1.7.3"
@@ -42,15 +42,15 @@ junitVersion = "4.13.2"
4242espressoCore = " 3.5.1"
4343appcompat = " 1.6.1"
4444coilCompose = " 2.5.0"
45- generativeai = " 0.1.1 "
45+ generativeai = " 0.1.2 "
4646lottieCompose = " 6.2.0"
4747firebaseStorage = " 20.3.0"
4848kotlin2 = " 1.9.10"
4949coreKtxVersion = " 1.12.0"
5050baseJunit = " 4.13.2"
5151espressoCoreVersion = " 3.5.1"
5252appcompatVersion = " 1.6.1"
53- material = " 1.11.0 "
53+ material = " 1.5.4 "
5454detekt = " 1.23.3"
5555detektCompose = " 0.3.8"
5656kotlinxCollectionsImmutable = " 0.3.6"
@@ -65,6 +65,7 @@ turbine = "1.0.0"
6565# Compose
6666androidx-activity-compose = { group = " androidx.activity" , name = " activity-compose" , version.ref = " androidxActivity" }
6767androidx-compose-foundation = { group = " androidx.compose.foundation" , name = " foundation" }
68+ androidx-compose-material = { group = " androidx.compose.material" , name = " material" , version.ref = " material" }
6869androidx-compose-foundation-layout = { group = " androidx.compose.foundation" , name = " foundation-layout" }
6970androidx-compose-material-iconsExtended = { group = " androidx.compose.material" , name = " material-icons-extended" }
7071androidx-compose-material3 = { group = " androidx.compose.material3" , name = " material3" }
@@ -171,9 +172,6 @@ kotlin-gradlePlugin = { group = "org.jetbrains.kotlin", name = "kotlin-gradle-pl
171172ksp-gradlePlugin = { group = " com.google.devtools.ksp" , name = " com.google.devtools.ksp.gradle.plugin" , version.ref = " ksp" }
172173androidx-core-ktx = { group = " androidx.core" , name = " core-ktx" , version.ref = " coreKtxVersion" }
173174junit = { group = " junit" , name = " junit" , version.ref = " baseJunit" }
174- androidx-espresso-core = { group = " androidx.test.espresso" , name = " espresso-core" , version.ref = " espressoCoreVersion" }
175- androidx-appcompat = { group = " androidx.appcompat" , name = " appcompat" , version.ref = " appcompatVersion" }
176- material = { group = " com.google.android.material" , name = " material" , version.ref = " material" }
177175# End of it
178176
179177[plugins ]
0 commit comments