Update to Target Android 13 (SDK33) as required by Play Store

This commit is contained in:
Graham Jones
2023-08-18 21:36:31 +01:00
parent 53db9482ba
commit 70f7a46764
3 changed files with 5 additions and 4 deletions

View File

@@ -1,13 +1,13 @@
apply plugin: 'com.android.application'
apply plugin: 'com.google.gms.google-services'
android {
compileSdkVersion 31
compileSdkVersion 33
useLibrary 'org.apache.http.legacy'
defaultConfig {
applicationId "uk.org.openseizuredetector"
minSdkVersion 23
targetSdkVersion 31
targetSdkVersion 33
multiDexEnabled true
}