We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 383a111 commit 75ab256Copy full SHA for 75ab256
buildSrc/src/main/kotlin/deps.kt
@@ -36,7 +36,7 @@ object appConfig {
36
object deps {
37
object androidx {
38
const val appCompat = "androidx.appcompat:appcompat:1.6.1"
39
- const val coreKtx = "androidx.core:core-ktx:1.9.0"
+ const val coreKtx = "androidx.core:core-ktx:1.12.0"
40
const val material = "com.google.android.material:material:1.10.0"
41
const val activityCompose = "androidx.activity:activity-compose:1.7.2"
42
const val hiltNavigationCompose = "androidx.hilt:hilt-navigation-compose:1.0.0"
0 commit comments