Skip to content

Commit

Permalink
New release version 6.2.1 (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferranpons authored Apr 30, 2019
1 parent b2c4742 commit b86ce7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@ Include the dependency in your app `build.gradle`:

```groovy
dependencies {
implementation 'com.schibstedspain.android:leku:6.2.0'
implementation 'com.schibstedspain.android:leku:6.2.1'
}
```

Alternatively, if you are using a different version of Google Play Services and AndroidX use this instead:

```groovy
implementation ('com.schibstedspain.android:leku:6.2.0') {
implementation ('com.schibstedspain.android:leku:6.2.1') {
exclude group: 'com.google.android.gms'
exclude group: 'androidx.appcompat'
}
Expand Down
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
MAJOR=6
MINOR=2
PATCH=0
PATCH=1

0 comments on commit b86ce7f

Please sign in to comment.