update libraries

This commit is contained in:
Daniel Micay 2020-11-09 22:10:28 -05:00
parent 4c4f7e0b5f
commit e9f159bdc4
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@ android {
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'com.google.android.material:material:1.1.0'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.material:material:1.2.1'
}
def props = new Properties()