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