Skip to content

Commit e66e762

Browse files
fix(deps): update dependency androidx.core:core-ktx to v1.10.1
1 parent 313a8b3 commit e66e762

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
@@ -37,7 +37,7 @@ object appConfig {
3737
object deps {
3838
object androidx {
3939
const val appCompat = "androidx.appcompat:appcompat:1.6.1"
40-
const val coreKtx = "androidx.core:core-ktx:1.9.0"
40+
const val coreKtx = "androidx.core:core-ktx:1.10.1"
4141
const val material = "com.google.android.material:material:1.8.0"
4242
const val activityCompose = "androidx.activity:activity-compose:1.7.0"
4343
const val hiltNavigationCompose = "androidx.hilt:hilt-navigation-compose:1.0.0"

0 commit comments

Comments
 (0)