diff --git a/README.md b/README.md index 0d653455..35c86fb9 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Include the dependency in your app `build.gradle`: ```groovy dependencies { - compile 'com.schibstedspain.android:leku:3.5.0' + compile 'com.schibstedspain.android:leku:3.6.0' } ``` diff --git a/leku/build.gradle b/leku/build.gradle index aed8925e..4ece55e4 100644 --- a/leku/build.gradle +++ b/leku/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'com.novoda.bintray-release' apply from: '../quality.gradle' group = 'com.schibstedspain.android' -version = '3.5.0' +version = '3.6.0' android { compileSdkVersion 26 @@ -70,7 +70,7 @@ publish { userOrg = 'schibstedspain' groupId = 'com.schibstedspain.android' artifactId = 'leku' - publishVersion = '3.5.0' + publishVersion = '3.6.0' 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' }