Added Wifi FTM Sensor

This commit is contained in:
2019-06-11 16:11:17 +02:00
parent daa0652e39
commit acb4deff27
4 changed files with 219 additions and 7 deletions

View File

@@ -1,8 +1,7 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 23
buildToolsVersion '26.0.2'
compileSdkVersion 28
defaultConfig {
applicationId "de.fhws.indoor.sensorreadout"
@@ -10,6 +9,7 @@ android {
targetSdkVersion 23
versionCode 1
versionName "1.0"
multiDexEnabled true
}
buildTypes {
release {