We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7508350 commit 7df800dCopy full SHA for 7df800d
app/build.gradle
@@ -34,8 +34,8 @@ android {
34
35
dependencies {
36
implementation fileTree(include: ['*.jar'], dir: 'libs')
37
- implementation 'androidx.appcompat:appcompat:1.1.0'
38
- implementation 'com.google.android.material:material:1.1.0'
+ implementation 'androidx.appcompat:appcompat:1.2.0'
+ implementation 'com.google.android.material:material:1.2.0'
39
}
40
41
def props = new Properties()
0 commit comments