Fixed notifications and Bluetooth permissions issues on Android 13 Go. Re-start of the app improved to reduce the chance of leaving part of background service running, but this may make startup activity seem less stable.
This commit is contained in:
@@ -7,7 +7,7 @@ android {
|
||||
defaultConfig {
|
||||
applicationId "uk.org.openseizuredetector"
|
||||
minSdkVersion 23 // Android 6
|
||||
targetSdkVersion 33 // Android 13
|
||||
targetSdkVersion 33 // Android 13 = 33
|
||||
multiDexEnabled true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user