Added edit event activity. Populates event type and sub-type from file stored on remote server. Needs to actually retrieve the event data from the remote database and save it befor eit is working properly.

This commit is contained in:
Graham Jones
2022-01-15 22:16:37 +00:00
parent 01e07f2e12
commit 1c20387753
9 changed files with 346 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ android {
defaultConfig {
applicationId "uk.org.openseizuredetector"
minSdkVersion 21
minSdkVersion 24
targetSdkVersion 29
multiDexEnabled true
}
@@ -24,6 +24,10 @@ android {
includeAndroidResources = true
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}
dependencies {