fixed issue with Timestamp sorting

added new RAM-only logger
fixed issue with WiFi timestamps
This commit is contained in:
2019-08-22 12:39:00 +02:00
parent a0d46c9aae
commit e344fbbfef
9 changed files with 248 additions and 48 deletions

View File

@@ -1,15 +1,16 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 23
buildToolsVersion '26.0.3'
compileSdkVersion 29
buildToolsVersion '29.0.2'
defaultConfig {
applicationId "de.fhws.indoor.sensorreadout"
minSdkVersion 21
minSdkVersion 19
targetSdkVersion 23
versionCode 1
versionName "1.0"
multiDexEnabled true
}
buildTypes {
release {