File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ task checkstyle(type: Checkstyle) {
5858
5959dependencies {
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
You can’t perform that action at this time.
0 commit comments