Skip to content

Commit

Permalink
Merge pull request #84 from SchibstedSpain/releaseVersion320
Browse files Browse the repository at this point in the history
New release version 3.2.0
  • Loading branch information
ferranpons authored May 4, 2017
2 parents bba96f4 + 7197944 commit 3362ea4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ Location picker component for Android. It returns a latitude, longitude and an a
### Prerequisites

minSdkVersion >= 15
Google Play Services = 10.0.1
Support Library = 25.1.1
Google Play Services = 10.2.1
Support Library = 25.3.1

### Download

Expand All @@ -76,7 +76,7 @@ Include the dependency in your app `build.gradle`:

```groovy
dependencies {
compile 'com.schibstedspain.android:leku:3.1.0'
compile 'com.schibstedspain.android:leku:3.2.0'
}
```

Expand Down
4 changes: 2 additions & 2 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 = '3.1.0'
version = '3.2.0'

android {
compileSdkVersion 25
Expand Down Expand Up @@ -69,7 +69,7 @@ publish {
userOrg = 'schibstedspain'
groupId = 'com.schibstedspain.android'
artifactId = 'leku'
publishVersion = '3.1.0'
publishVersion = '3.2.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 3362ea4

Please sign in to comment.