Increase targetSdk to 30

This commit is contained in:
Quentin Hibon
2021-01-27 11:00:50 +01:00
parent 64069a6e7f
commit dd4e0ee6f9
4 changed files with 12 additions and 7 deletions

View File

@@ -27,13 +27,13 @@ plugins {
}
android {
compileSdkVersion(29)
compileSdkVersion(30)
defaultConfig {
versionCode(20001)
versionName("2.0.1-alpha")
minSdkVersion(23)
targetSdkVersion(29)
targetSdkVersion(30)
applicationId("org.isoron.uhabits")
testInstrumentationRunner("androidx.test.runner.AndroidJUnitRunner")
}