added device list without smartwatches

This commit is contained in:
toni
2016-06-03 18:26:06 +02:00
parent 41fb03799c
commit 69ad4c2272
5 changed files with 27 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ android {
defaultConfig {
applicationId "de.fhws.indoor.sensorreadout"
minSdkVersion 18
minSdkVersion 21
targetSdkVersion 23
versionCode 1
versionName "1.0"
@@ -25,5 +25,5 @@ dependencies {
compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.google.android.support:wearable:1.3.0'
compile 'com.google.android.gms:play-services-wearable:8.4.0'
provided 'com.google.android.wearable:wearable:1.0.0'
//provided 'com.google.android.wearable:wearable:1.0.0'
}