We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90f1b6c commit 33987c6Copy full SHA for 33987c6
app/build.gradle
@@ -35,7 +35,7 @@ android {
35
dependencies {
36
implementation project(':library')
37
//Support
38
- implementation 'androidx.appcompat:appcompat:1.1.0'
+ implementation 'androidx.appcompat:appcompat:1.6.1'
39
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
40
implementation 'com.google.android.material:material:1.0.0'
41
//Firebase
library/build.gradle
@@ -28,6 +28,6 @@ android {
28
}
29
30
31
32
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
33
0 commit comments