Updated permissions handling so it can target Android 14 (API 34) which is a requirement of Play Store

This commit is contained in:
Graham Jones
2024-07-12 20:36:09 +01:00
parent c483795d44
commit db60f7f095
9 changed files with 114 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ android {
defaultConfig {
applicationId "uk.org.openseizuredetector"
minSdkVersion 23 // Android 6
targetSdkVersion 33 // Android 13 = 33
targetSdkVersion 34 // Android 14 = 34
multiDexEnabled true
}