Skip to content

Commit 9c3f204

Browse files
committed
update appcompat and material to 1.2.0
1 parent 5b56e36 commit 9c3f204

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ android {
3434

3535
dependencies {
3636
implementation fileTree(include: ['*.jar'], dir: 'libs')
37-
implementation 'androidx.appcompat:appcompat:1.1.0'
38-
implementation 'com.google.android.material:material:1.1.0'
37+
implementation 'androidx.appcompat:appcompat:1.2.0'
38+
implementation 'com.google.android.material:material:1.2.0'
3939
}
4040

4141
def props = new Properties()

0 commit comments

Comments
 (0)