Merge pull request #740 from hiqua/sdk_30

Increase targetSdk to 30
This commit is contained in:
2021-01-27 19:59:13 -06:00
committed by GitHub
6 changed files with 14 additions and 9 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")
}