X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=benchmarks%2Fother%2FPhoneInterface%2FSpeakerLocator%2Fapp%2Fbuild.gradle;h=b860e1ca53df4959e41af4aac92d37ad89e38452;hb=58404eb06e020d4920832fc2bf3b55c4c54a866e;hp=d56e24368d1a38242f3a1cb29fd2d41a4d6d3d97;hpb=f7ff6050110f71874879912c9b1f6a01745d2d76;p=iot2.git diff --git a/benchmarks/other/PhoneInterface/SpeakerLocator/app/build.gradle b/benchmarks/other/PhoneInterface/SpeakerLocator/app/build.gradle index d56e243..b860e1c 100644 --- a/benchmarks/other/PhoneInterface/SpeakerLocator/app/build.gradle +++ b/benchmarks/other/PhoneInterface/SpeakerLocator/app/build.gradle @@ -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') }