Skip to content

Commit 72d1556

Browse files
fix(deps): update dependency androidx.core:core-ktx to v1.12.0
1 parent a5bf2ac commit 72d1556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/deps.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ object appConfig {
3535
object deps {
3636
object androidx {
3737
const val appCompat = "androidx.appcompat:appcompat:1.6.1"
38-
const val coreKtx = "androidx.core:core-ktx:1.9.0"
38+
const val coreKtx = "androidx.core:core-ktx:1.12.0"
3939
const val material = "com.google.android.material:material:1.10.0"
4040
const val activityCompose = "androidx.activity:activity-compose:1.8.2"
4141
const val hiltNavigationCompose = "androidx.hilt:hilt-navigation-compose:1.1.0"

0 commit comments

Comments
 (0)