diff --git a/build.gradle b/build.gradle index c9c5bdc..2253aa8 100644 --- a/build.gradle +++ b/build.gradle @@ -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 {