Skip to content

Commit

Permalink
[Gradle] Update AppCompat dependency to 1.5.0-rc01
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 464792705
  • Loading branch information
dsn5ft authored and drchen committed Aug 4, 2022
1 parent 32f41ff commit 5c6f0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -25,7 +25,7 @@ ext {

androidXVersions = [
annotation : '1.2.0',
appCompat : '1.5.0-beta01', // To include SwitchCompat fixes
appCompat : '1.5.0-rc01', // To include SwitchCompat fixes
cardView : '1.0.0',
constraintlayout : '2.0.1',
coordinatorlayout : '1.1.0',
Expand Down

0 comments on commit 5c6f0c8

Please sign in to comment.