Skip to content

Commit a73485a

Browse files
Update dependency androidx.core:core-ktx to v1.13.1
| datasource | package | from | to | | ---------- | ---------------------- | ----- | ------ | | maven | androidx.core:core-ktx | 1.9.0 | 1.13.1 |
1 parent 483a514 commit a73485a

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.13.1"
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)