mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
upgrade targetSdkVersion, adapt compileSdkVersion
This commit is contained in:
+2
-2
@@ -87,7 +87,7 @@ dependencies {
|
||||
|
||||
android {
|
||||
flavorDimensions "none"
|
||||
compileSdkVersion 27
|
||||
compileSdkVersion 28
|
||||
useLibrary 'org.apache.http.legacy'
|
||||
|
||||
dexOptions {
|
||||
@@ -102,7 +102,7 @@ android {
|
||||
multiDexEnabled true
|
||||
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 26
|
||||
targetSdkVersion 28
|
||||
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user