diff --git a/README.md b/README.md index 36a3c907..85c66fbd 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.3.0' + compile 'com.schibstedspain.android:leku:3.4.0' } ``` diff --git a/leku/build.gradle b/leku/build.gradle index d0432543..99dc8c74 100644 --- a/leku/build.gradle +++ b/leku/build.gradle @@ -4,7 +4,7 @@ apply plugin: 'com.novoda.bintray-release' apply from: '../quality.gradle' group = 'com.schibstedspain.android' -version = '3.3.0' +version = '3.4.0' android { compileSdkVersion 25 @@ -69,7 +69,7 @@ publish { userOrg = 'schibstedspain' groupId = 'com.schibstedspain.android' artifactId = 'leku' - publishVersion = '3.3.0' + publishVersion = '3.4.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' }