Skip to content

Commit

Permalink
Upgrade to release version of Mapzen SDK and on-the-road
Browse files Browse the repository at this point in the history
* Mapzen Android SDK 1.0.5
* On the Road 0.8.3
  • Loading branch information
ecgreb committed Jul 20, 2016
1 parent 6800b7e commit 4af51b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand All @@ -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'
Expand Down

0 comments on commit 4af51b7

Please sign in to comment.