We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b56e36 commit 9c3f204Copy full SHA for 9c3f204
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