Gradle: update to r28

wire-gradle
Georg Lukas 2019-12-28 15:08:36 +01:00
rodzic 5c45ef2fff
commit 41475b6786
1 zmienionych plików z 8 dodań i 3 usunięć

Wyświetl plik

@ -55,12 +55,17 @@ task buildVersion (type: Copy) {
}
android {
compileSdkVersion 19
compileSdkVersion 28
defaultConfig {
minSdkVersion 9
targetSdkVersion 19
minSdkVersion 14
targetSdkVersion 28
versionName "$build_revision"
}
useLibrary 'org.apache.http.legacy'
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
signingConfigs {
release {