Skip to content

Commit 93d0c22

Browse files
authored
Use final release version of pelias, on-the-road, and lost (#315)
Pelias Android SDK 1.1.0 On the Road 1.2.0 Lost 2.2.0
1 parent ff7acda commit 93d0c22

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

core/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ dependencies {
7777
compile 'com.android.support:appcompat-v7:25.1.0'
7878

7979
compile "com.mapzen.tangram:tangram:$tangram_version"
80-
compile 'com.mapzen.android:pelias-android-sdk:1.1.0-rc1'
81-
compile 'com.mapzen.android:lost:2.2.0-rc1'
80+
compile 'com.mapzen.android:pelias-android-sdk:1.1.0'
81+
compile 'com.mapzen.android:lost:2.2.0'
8282

8383
compile 'com.google.dagger:dagger:2.0'
8484
compile 'javax.annotation:javax.annotation-api:1.2'

mapzen-android-sdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ task checkstyle(type: Checkstyle) {
5858

5959
dependencies {
6060
compile project(':core')
61-
compile ('com.mapzen:on-the-road:1.2.0-rc2') {
61+
compile ('com.mapzen:on-the-road:1.2.0') {
6262
exclude group: 'com.squareup.retrofit2', module: 'converter-gson'
6363
}
6464

0 commit comments

Comments
 (0)