Skip to content

Commit

Permalink
Upgrade version of the library. 3.6.0 (#123)
Browse files Browse the repository at this point in the history
* Updated Readme with the latest version of the library. 3.6.0

* Changed version on gradle too
  • Loading branch information
ferranpons authored Nov 27, 2017
1 parent c3d9db4 commit b292293
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
4 changes: 2 additions & 2 deletions leku/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'
}

0 comments on commit b292293

Please sign in to comment.