From d9bb44201e7aaa976eb1150c792b8dbaa1d5f9cc Mon Sep 17 00:00:00 2001 From: Ferran Pons Date: Wed, 10 Jan 2024 17:10:08 +0100 Subject: [PATCH] Version 11.1.3 (#387) --- README.md | 4 ++-- app/src/main/res/values/strings.xml | 2 +- docs/getting_started.md | 4 ++-- gradle.properties | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6cbaeb7..68b4ad6 100644 --- a/README.md +++ b/README.md @@ -81,14 +81,14 @@ Include the dependency in your app `build.gradle`: ```groovy dependencies { - implementation 'com.adevinta.android:leku:11.1.3' + implementation 'com.adevinta.android:leku:11.1.4' } ``` Alternatively, if you are using a different version of Google Play Services and AndroidX use this instead: ```groovy -implementation ('com.adevinta.android:leku:11.1.3') { +implementation ('com.adevinta.android:leku:11.1.4') { exclude group: 'com.google.android.gms' exclude group: 'androidx.appcompat' } diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 19e7bd6..d6f845f 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -5,5 +5,5 @@ LAUNCH LEGACY MAP LOCATION ACTIVITY LAUNCH MAP WITH POIS LAUNCH MAP WITH STYLE - version 11.1.3 + version 11.1.4 diff --git a/docs/getting_started.md b/docs/getting_started.md index d22be0a..ad07989 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -18,14 +18,14 @@ Include the dependency in your app `build.gradle`: ```groovy dependencies { - implementation 'com.adevinta.android:leku:11.1.3' + implementation 'com.adevinta.android:leku:11.1.4' } ``` Alternatively, if you are using a different version of Google Play Services and AndroidX use this instead: ```groovy -implementation ('com.adevinta.android:leku:11.1.3') { +implementation ('com.adevinta.android:leku:11.1.4') { exclude group: 'com.google.android.gms' exclude group: 'androidx.appcompat' } diff --git a/gradle.properties b/gradle.properties index df9b718..009716a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx2048m org.gradle.configureondemand=false android.useAndroidX=true libGroup=com.adevinta.android -libVersion=11.1.3 +libVersion=11.1.4 android.defaults.buildfeatures.buildconfig=true android.nonTransitiveRClass=false