mirror of https://github.com/BOINC/boinc.git
Set Android SDK version to 28.
This commit is contained in:
parent
e58b1eecbe
commit
dde91bfe1c
|
@ -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()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue