Skip to content

Commit

Permalink
Merge pull request #19 from alorma/feature/upgrade_locationprovider
Browse files Browse the repository at this point in the history
Update reactive location library.
  • Loading branch information
CristianGM authored Aug 17, 2016
2 parents c9eedf8 + 6491774 commit 4a35861
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@ buildscript {
allprojects {
repositories {
jcenter()
maven {
url "http://dl.bintray.com/schibstedspain/maven"
}
}
}
6 changes: 3 additions & 3 deletions leku/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'com.novoda.bintray-release'
apply from: '../quality.gradle'

group = 'com.schibstedspain.android'
version = '2.0.0'
version = '2.0.1'

android {
compileSdkVersion 24
Expand Down Expand Up @@ -45,7 +45,7 @@ dependencies {
compile "com.google.android.gms:play-services-maps:$playServicesVersion"
compile "com.google.android.gms:play-services-location:$playServicesVersion"

compile "pl.charmas.android:android-reactive-location:0.8@aar"
compile 'com.schibstedspain.android:android-reactive-location:0.10.1'
compile "io.reactivex:rxandroid:1.1.0"

androidTestCompile 'com.android.support.test.espresso:espresso-core:2.2.1'
Expand All @@ -60,7 +60,7 @@ publish {
userOrg = 'schibstedspain'
groupId = 'com.schibstedspain.android'
artifactId = 'leku'
publishVersion = '2.0.0'
publishVersion = '2.0.1'
desc = 'Location picker component for Android. It returns a latitude,longitude and an address based on the location picked in the LocationPickerActivity provided.'
website = 'https://github.com/SchibstedSpain/leku'
}

0 comments on commit 4a35861

Please sign in to comment.