Updated to restore compatibility with Android V6 (removed use of Consumer for callbacks)

This commit is contained in:
Graham Jones
2022-03-01 23:34:46 +00:00
parent 8b196f4f37
commit 4b67646eea
7 changed files with 107 additions and 98 deletions

View File

@@ -6,7 +6,7 @@ android {
defaultConfig {
applicationId "uk.org.openseizuredetector"
minSdkVersion 24
minSdkVersion 23
targetSdkVersion 30
multiDexEnabled true
}