Bump SDK from 30 to 31

This commit is contained in:
Quentin Hibon
2021-12-02 10:22:36 +01:00
parent 3dfa376f59
commit 5a5ed3d631
2 changed files with 23 additions and 10 deletions

View File

@@ -32,13 +32,13 @@ tasks.compileLint {
android {
compileSdk = 30
compileSdk = 31
defaultConfig {
versionCode = 20003
versionName = "2.0.3"
minSdk = 23
targetSdk = 30
targetSdk = 31
applicationId = "org.isoron.uhabits"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}