Reverting local HTTP gateway back from HTTPS to HTTP; there was a change regarding...
[iot2.git] / benchmarks / other / PhoneInterface / SpeakerLocator / app / build.gradle
index d56e24368d1a38242f3a1cb29fd2d41a4d6d3d97..b860e1ca53df4959e41af4aac92d37ad89e38452 100644 (file)
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
 
 android {
     compileSdkVersion 23
-    buildToolsVersion '25.0.0'
+    buildToolsVersion '26.0.2'
     useLibrary 'org.apache.http.legacy'
     defaultConfig {
         applicationId "com.example.xub3.speakerlocator"
@@ -25,6 +25,7 @@ dependencies {
     testCompile 'junit:junit:4.12'
     compile 'com.android.support:appcompat-v7:23.3.0'
     compile 'com.android.support:design:23.3.0'
-    compile files('Libs/indoor-positioning-1.0.jar')
+    compile files('Libs/indoor-positioning-1.1.jar')
     compile 'com.google.android.gms:play-services-appindexing:8.1.0'
+    implementation files('Libs/indoor-positioning-1.1.jar')
 }