Increased minimum SDK to Android 5 because of errors compiling for Android 4. Fixed web interface javascript (broken by V3.1.13). Separated Start-up and Main activity UI strings to resources so we can add translations

This commit is contained in:
Graham Jones
2020-02-27 20:58:26 +00:00
parent 3e9000c52a
commit 79c65284e4
10 changed files with 150 additions and 87 deletions

View File

@@ -6,7 +6,7 @@ android {
defaultConfig {
applicationId "uk.org.openseizuredetector"
minSdkVersion 14
minSdkVersion 21
targetSdkVersion 28
multiDexEnabled true
}
@@ -52,4 +52,5 @@ dependencies {
repositories {
mavenCentral()
maven { url "https://oss.sonatype.org/content/groups/public/" }
}
}