Adjusting phone apps with the latest Android studio and Android 7; adjusting Spruce...
[iot2.git] / benchmarks / other / PhoneInterface / SpeakerLocator / app / build.gradle
index d56e24368d1a38242f3a1cb29fd2d41a4d6d3d97..ea15b26ffcc7438e282c9b9aca332841a8714a33 100644 (file)
@@ -1,8 +1,8 @@
 apply plugin: 'com.android.application'
 
 android {
-    compileSdkVersion 23
-    buildToolsVersion '25.0.0'
+    compileSdkVersion 27
+    buildToolsVersion '27.0.3'
     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')
 }