Set Android SDK version to 28.

This commit is contained in:
Isira Seneviratne 2020-05-13 15:59:51 +05:30
parent e58b1eecbe
commit dde91bfe1c
1 changed files with 3 additions and 3 deletions

View File

@ -48,13 +48,13 @@ def buildVersionName() {
}
android {
compileSdkVersion 29
buildToolsVersion '29.0.3'
compileSdkVersion 28
buildToolsVersion '28.0.3'
defaultConfig {
applicationId "edu.berkeley.boinc"
minSdkVersion 19
targetSdkVersion 29
targetSdkVersion 28
versionCode buildVersionCode().toInteger()
versionName buildVersionName()
}