Skip to content

Commit

Permalink
Merge pull request #60 from SchibstedSpain/newVersion300
Browse files Browse the repository at this point in the history
New version 3.0.0.
  • Loading branch information
ferranpons authored Feb 10, 2017
2 parents a99631e + ac338ce commit 9363291
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
8 changes: 4 additions & 4 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 = 9.4.0
Support Library = 24.1.1
Google Play Services = 10.0.1
Support Library = 25.1.1

### Download

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

```groovy
dependencies {
compile 'com.schibstedspain.android:leku:2.3.1'
compile 'com.schibstedspain.android:leku:3.0.0'
}
```

**IMPORTANT**: If you want support for Google Play Services version '8.4.0', and support library version '23.1.1' use version '1.0.0'. Beware that **version '1.0.0' is going not be maintained**.
**IMPORTANT**: If you want support for Google Play Services version '8.4.0', and support library version '23.1.1' use version '1.0.0'. Beware that **version '1.0.0' is going not be maintained**. Also, if you want to use a version below 10.0.1 for Play Services you can use the version '2.3.1'.


### Permissions
Expand Down
5 changes: 1 addition & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@ buildscript {
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
classpath "org.jfrog.buildinfo:build-info-extractor-gradle:3.1.1"
classpath 'com.novoda:bintray-release:0.3.4'

classpath 'me.tatarka:gradle-retrolambda:3.3.0-beta4'
classpath 'me.tatarka.retrolambda.projectlombok:lombok.ast:0.2.3.a2'
classpath 'me.tatarka:gradle-retrolambda:3.5.0'
}
configurations.classpath.exclude group: 'com.android.tools.external.lombok'
}

allprojects {
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 = '2.3.1'
version = '3.0.0'

android {
compileSdkVersion 25
Expand Down Expand Up @@ -68,7 +68,7 @@ publish {
userOrg = 'schibstedspain'
groupId = 'com.schibstedspain.android'
artifactId = 'leku'
publishVersion = '2.3.1'
publishVersion = '3.0.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 9363291

Please sign in to comment.