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 593c71c commit bcda252Copy full SHA for bcda252
build.gradle
@@ -42,9 +42,9 @@ android {
42
dependencies {
43
44
// Core
45
- implementation 'androidx.core:core-ktx:1.7.0-rc01'
46
- implementation 'androidx.appcompat:appcompat:1.4.0-beta01'
47
- implementation 'com.google.android.material:material:1.5.0-alpha04'
+ implementation 'androidx.core:core-ktx:1.7.0'
+ implementation 'androidx.appcompat:appcompat:1.4.0-rc01'
+ implementation 'com.google.android.material:material:1.5.0-alpha05'
48
}
49
50
ext {
0 commit comments