Updated permissions handling so it can target Android 14 (API 34) which is a requirement of Play Store
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user