V2.6.3 - Fixed problem with Android V9, and restored support for Android V4.0.x

This commit is contained in:
Graham Jones
2019-02-12 08:47:22 +00:00
parent 81090da2dc
commit 3f1bc4cd7f
5 changed files with 6 additions and 4 deletions

View File

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