V3.6.2 - Fix file permissions issue with Android 10 by using official internal storage folder.

This commit is contained in:
Graham Jones
2020-12-26 11:33:36 +00:00
parent 4587d5b944
commit 08a44d8127
8 changed files with 11 additions and 12 deletions

View File

@@ -7,7 +7,7 @@ android {
defaultConfig {
applicationId "uk.org.openseizuredetector"
minSdkVersion 21
targetSdkVersion 28
targetSdkVersion 29
multiDexEnabled true
}