Skip to content

Commit 212e21f

Browse files
Update dependency androidx.core:core-ktx to v1.15.0
| datasource | package | from | to | | ---------- | ---------------------- | ----- | ------ | | maven | androidx.core:core-ktx | 1.9.0 | 1.15.0 |
1 parent 483a514 commit 212e21f

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.15.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)