From 8d7068d2d99cb586972f419a341eac3a672be957 Mon Sep 17 00:00:00 2001 From: Ferran Pons Date: Wed, 4 Oct 2023 09:10:39 +0200 Subject: [PATCH] Version 11.1.1 --- 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 24d7d06d..3412a19b 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.0' + implementation 'com.adevinta.android:leku:11.1.1' } ``` 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.0') { +implementation ('com.adevinta.android:leku:11.1.1') { 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 0941ddd2..c34814db 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.0 + version 11.1.1 diff --git a/docs/getting_started.md b/docs/getting_started.md index 840c6ea5..44e14e26 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.0' + implementation 'com.adevinta.android:leku:11.1.1' } ``` 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.0') { +implementation ('com.adevinta.android:leku:11.1.1') { exclude group: 'com.google.android.gms' exclude group: 'androidx.appcompat' } diff --git a/gradle.properties b/gradle.properties index ac8d110a..ca1f6682 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.0 +libVersion=11.1.1 android.defaults.buildfeatures.buildconfig=true android.nonTransitiveRClass=false