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 313a8b3 commit 4474836Copy full SHA for 4474836
buildSrc/src/main/kotlin/deps.kt
@@ -37,7 +37,7 @@ object appConfig {
37
object deps {
38
object androidx {
39
const val appCompat = "androidx.appcompat:appcompat:1.6.1"
40
- const val coreKtx = "androidx.core:core-ktx:1.9.0"
+ const val coreKtx = "androidx.core:core-ktx:1.12.0"
41
const val material = "com.google.android.material:material:1.8.0"
42
const val activityCompose = "androidx.activity:activity-compose:1.7.0"
43
const val hiltNavigationCompose = "androidx.hilt:hilt-navigation-compose:1.0.0"
0 commit comments