Update to target Android 15 (SDK 35) - had to do some adjustment to layout to make MainAcivity2 display correctly

This commit is contained in:
Graham Jones
2025-07-16 21:34:18 +01:00
parent 4d9c3009ce
commit 4212860dc1
10 changed files with 36 additions and 10 deletions

View File

@@ -1,13 +1,14 @@
apply plugin: 'com.android.application'
apply plugin: 'com.google.gms.google-services'
android {
compileSdk 34 // Android 14
compileSdk 36
// Android 14
useLibrary 'org.apache.http.legacy'
defaultConfig {
applicationId "uk.org.openseizuredetector"
minSdkVersion 23 // Android 6
targetSdkVersion 34 // Android 14 = 34
targetSdkVersion 35 // Android 15 = 35
multiDexEnabled true
}