diff --git a/README.md b/README.md
index 6ed9f49..6cbaeb7 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.2'
+ implementation 'com.adevinta.android:leku:11.1.3'
}
```
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.2') {
+implementation ('com.adevinta.android:leku:11.1.3') {
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 f4ae9d4..19e7bd6 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.2
+ version 11.1.3
diff --git a/docs/getting_started.md b/docs/getting_started.md
index b364fec..d22be0a 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.2'
+ implementation 'com.adevinta.android:leku:11.1.3'
}
```
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.2') {
+implementation ('com.adevinta.android:leku:11.1.3') {
exclude group: 'com.google.android.gms'
exclude group: 'androidx.appcompat'
}
diff --git a/gradle.properties b/gradle.properties
index f01d005..df9b718 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.2
+libVersion=11.1.3
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=false