Skip to content

Commit

Permalink
[Predictive Back] Fix custom predictive back implementations and upda…
Browse files Browse the repository at this point in the history
…te androidx.activity dependency to 1.8.0-alpha06.

PiperOrigin-RevId: 544098906
  • Loading branch information
afohrman committed Jun 28, 2023
1 parent 7822ef8 commit 722b936
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -22,7 +22,7 @@ ext {
targetSdkVersion = 33

androidXVersions = [
activity : '1.8.0-alpha05',
activity : '1.8.0-alpha06',
annotation : '1.2.0',
appCompat : '1.6.1',
cardView : '1.0.0',
Expand Down
2 changes: 1 addition & 1 deletion catalog/build.gradle
Expand Up @@ -16,7 +16,7 @@ dependencies {
api 'androidx.constraintlayout:constraintlayout:2.1.0'
api 'androidx.gridlayout:gridlayout:1.0.0'
api "androidx.multidex:multidex:2.0.1"
api "androidx.activity:activity:1.8.0-alpha05"
api "androidx.activity:activity:1.8.0-alpha06"
api "androidx.recyclerview:recyclerview:1.2.1"
api 'androidx.window:window:1.0.0-beta04'
api "androidx.window:window-java:1.0.0-beta04"
Expand Down

0 comments on commit 722b936

Please sign in to comment.