Update AGP 7.1.1

This commit is contained in:
2022-02-14 12:17:34 +01:00
parent 92aadad5cb
commit a0dfd20110
14 changed files with 41 additions and 33 deletions

View File

@@ -3,7 +3,7 @@ plugins {
}
android {
compileSdkVersion 30
compileSdkVersion 31
defaultConfig {
minSdkVersion 21
}
@@ -18,5 +18,5 @@ dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation project(':app')
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.appcompat:appcompat:1.4.1'
}