Skip to content

Commit 02f5acf

Browse files
fix(deps): update dependency androidx.appcompat:appcompat to v1.7.0
1 parent 547791a commit 02f5acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/deps.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ object deps {
2828
}
2929

3030
object androidx {
31-
const val appCompat = "androidx.appcompat:appcompat:1.5.1"
31+
const val appCompat = "androidx.appcompat:appcompat:1.7.0"
3232
const val coreKtx = "androidx.core:core-ktx:1.9.0"
3333
const val material = "com.google.android.material:material:1.4.0"
3434
const val activityCompose = "androidx.activity:activity-compose:1.6.1"

0 commit comments

Comments
 (0)