We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7822ef8 commit 722b936Copy full SHA for 722b936
build.gradle
@@ -22,7 +22,7 @@ ext {
22
targetSdkVersion = 33
23
24
androidXVersions = [
25
- activity : '1.8.0-alpha05',
+ activity : '1.8.0-alpha06',
26
annotation : '1.2.0',
27
appCompat : '1.6.1',
28
cardView : '1.0.0',
catalog/build.gradle
@@ -16,7 +16,7 @@ dependencies {
16
api 'androidx.constraintlayout:constraintlayout:2.1.0'
17
api 'androidx.gridlayout:gridlayout:1.0.0'
18
api "androidx.multidex:multidex:2.0.1"
19
- api "androidx.activity:activity:1.8.0-alpha05"
+ api "androidx.activity:activity:1.8.0-alpha06"
20
api "androidx.recyclerview:recyclerview:1.2.1"
21
api 'androidx.window:window:1.0.0-beta04'
api "androidx.window:window-java:1.0.0-beta04"
0 commit comments