added gps old and gpd new. they dont work like expected... application builds.

This commit is contained in:
Toni
2017-03-21 09:13:43 +01:00
parent dad881e2b0
commit d9f56b7fd6
11 changed files with 333 additions and 20 deletions

View File

@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 23
buildToolsVersion '23.0.2'
buildToolsVersion '25.0.0'
defaultConfig {
applicationId "de.fhws.indoor.sensorreadout"
@@ -23,7 +23,8 @@ dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
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:10.2.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.3.0'
}