Skip to content

Commit

Permalink
fix(deps): update dependency androidx.appcompat:appcompat to v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 11, 2023
1 parent 547791a commit a88e580
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 @@ -28,7 +28,7 @@ object deps {
}

object androidx {
const val appCompat = "androidx.appcompat:appcompat:1.5.1"
const val appCompat = "androidx.appcompat:appcompat:1.6.1"
const val coreKtx = "androidx.core:core-ktx:1.9.0"
const val material = "com.google.android.material:material:1.4.0"
const val activityCompose = "androidx.activity:activity-compose:1.6.1"
Expand Down

0 comments on commit a88e580

Please sign in to comment.