Skip to content

Commit

Permalink
Update dependency androidx.core:core-ktx to v1.13.1
Browse files Browse the repository at this point in the history
| datasource | package                | from  | to     |
| ---------- | ---------------------- | ----- | ------ |
| maven      | androidx.core:core-ktx | 1.9.0 | 1.13.1 |
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent 0ef54ce commit c8d29ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ object appConfig {
object deps {
object androidx {
const val appCompat = "androidx.appcompat:appcompat:1.6.1"
const val coreKtx = "androidx.core:core-ktx:1.9.0"
const val coreKtx = "androidx.core:core-ktx:1.13.1"
const val material = "com.google.android.material:material:1.10.0"
const val activityCompose = "androidx.activity:activity-compose:1.8.2"
const val hiltNavigationCompose = "androidx.hilt:hilt-navigation-compose:1.1.0"
Expand Down

0 comments on commit c8d29ff

Please sign in to comment.