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 483a514 commit 212e21fCopy full SHA for 212e21f
buildSrc/src/main/kotlin/deps.kt
@@ -35,7 +35,7 @@ object appConfig {
35
object deps {
36
object androidx {
37
const val appCompat = "androidx.appcompat:appcompat:1.6.1"
38
- const val coreKtx = "androidx.core:core-ktx:1.9.0"
+ const val coreKtx = "androidx.core:core-ktx:1.15.0"
39
const val material = "com.google.android.material:material:1.10.0"
40
const val activityCompose = "androidx.activity:activity-compose:1.8.2"
41
const val hiltNavigationCompose = "androidx.hilt:hilt-navigation-compose:1.1.0"
0 commit comments