From 4af51b74e17cf5f52a3af994b1e17e0044c0afdc Mon Sep 17 00:00:00 2001 From: Chuck Greb Date: Wed, 20 Jul 2016 10:35:48 -0400 Subject: [PATCH] Upgrade to release version of Mapzen SDK and on-the-road * Mapzen Android SDK 1.0.5 * On the Road 0.8.3 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e2cbffdb..36ce9319 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -128,7 +128,7 @@ gradle.startParameter.getTaskNames().each { task -> dependencies { compile 'com.android.support:appcompat-v7:23.4.0' compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - compile 'com.mapzen:mapzen-android-sdk:1.0.5-SNAPSHOT' + compile 'com.mapzen:mapzen-android-sdk:1.0.5' compile('com.mapzen.android:pelias-android-sdk:0.7.1') { exclude group: 'javax.annotation:javax', module: 'javax.annotation-api' } @@ -140,7 +140,7 @@ dependencies { compile 'com.splunk.mint:mint:4.2.1' compile 'com.squareup.okhttp:okhttp:2.4.0' compile 'com.mapzen.android:speakerbox:1.4.1' - compile 'com.mapzen:on-the-road:0.8.3-SNAPSHOT' + compile 'com.mapzen:on-the-road:0.8.3' testCompile 'junit:junit:4.12' testCompile 'org.mockito:mockito-core:1.9.5'