Upgraded gradle plugin and updated to target APK30 for Google Play Store

This commit is contained in:
Graham Jones
2022-02-27 22:07:45 +00:00
parent 568bd98f27
commit 46eafc4861
10 changed files with 4 additions and 6 deletions

View File

@@ -1,13 +1,13 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 29
compileSdkVersion 30
useLibrary 'org.apache.http.legacy'
defaultConfig {
applicationId "uk.org.openseizuredetector"
minSdkVersion 24
targetSdkVersion 29
targetSdkVersion 30
multiDexEnabled true
}
@@ -28,7 +28,6 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
buildToolsVersion '29.0.2'
}
dependencies {