Skip to content

Commit

Permalink
chore(deps): upgrade AppCompat to 1.7.0-beta01
Browse files Browse the repository at this point in the history
  • Loading branch information
iusmac committed May 10, 2024
1 parent 89564b5 commit f896c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {
annotation : 'androidx.annotation:annotation:1.8.0-alpha01',
// https://mvnrepository.com/artifact/androidx.appcompat/appcompat
// https://android.googlesource.com/platform/prebuilts/sdk/+/refs/heads/main/current/androidx/m2repository/androidx/appcompat/appcompat/
appcompat : 'androidx.appcompat:appcompat:1.7.0-alpha03', // TODO: AOSP sources use 1.7.0-alpha04; upgrade when available in maven central
appcompat : 'androidx.appcompat:appcompat:1.7.0-beta01',
// https://mvnrepository.com/artifact/androidx.collection/collection
// https://android.googlesource.com/platform/prebuilts/sdk/+/refs/heads/main/current/androidx/m2repository/androidx/collection/collection-jvm/
collection : 'androidx.collection:collection:1.4.0-alpha02',
Expand Down

0 comments on commit f896c9d

Please sign in to comment.