Skip to content

Commit

Permalink
[Gradle] Update androidx.activity dependency to version 1.8.0-rc01
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 567039991
  • Loading branch information
dsn5ft committed Sep 21, 2023
1 parent 5e6ea58 commit 2cfb127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -22,7 +22,7 @@ ext {
targetSdkVersion = 33

androidXVersions = [
activity : '1.8.0-beta01',
activity : '1.8.0-rc01',
annotation : '1.2.0',
appCompat : '1.6.1',
cardView : '1.0.0',
Expand Down

0 comments on commit 2cfb127

Please sign in to comment.