Skip to content

Commit 722b936

Browse files
committed
[Predictive Back] Fix custom predictive back implementations and update androidx.activity dependency to 1.8.0-alpha06.
PiperOrigin-RevId: 544098906
1 parent 7822ef8 commit 722b936

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ext {
2222
targetSdkVersion = 33
2323

2424
androidXVersions = [
25-
activity : '1.8.0-alpha05',
25+
activity : '1.8.0-alpha06',
2626
annotation : '1.2.0',
2727
appCompat : '1.6.1',
2828
cardView : '1.0.0',

catalog/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
api 'androidx.constraintlayout:constraintlayout:2.1.0'
1717
api 'androidx.gridlayout:gridlayout:1.0.0'
1818
api "androidx.multidex:multidex:2.0.1"
19-
api "androidx.activity:activity:1.8.0-alpha05"
19+
api "androidx.activity:activity:1.8.0-alpha06"
2020
api "androidx.recyclerview:recyclerview:1.2.1"
2121
api 'androidx.window:window:1.0.0-beta04'
2222
api "androidx.window:window-java:1.0.0-beta04"

0 commit comments

Comments
 (0)