update appcompat to 1.3.0

This commit is contained in:
Daniel Micay 2021-05-18 18:20:15 -04:00
parent 5de235498d
commit f19ee95965
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ android {
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.appcompat:appcompat:1.3.0'
implementation 'com.google.android.material:material:1.3.0'
}