We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35154a2 commit 352832dCopy full SHA for 352832d
build.gradle
@@ -26,9 +26,9 @@ repositories {
26
27
dependencies {
28
implementation 'androidx.preference:preference:1.2.1'
29
- implementation 'androidx.appcompat:appcompat:1.6.1'
+ implementation 'androidx.appcompat:appcompat:1.3.0'
30
implementation 'androidx.legacy:legacy-support-core-ui:1.0.0'
31
- implementation 'com.google.android.material:material:1.11.0'
+ implementation 'com.google.android.material:material:1.0.0-rc01'
32
}
33
34
android {
0 commit comments