Skip to content

Commit b4bcabb

Browse files
authored
Version 11.1.1 (#380)
1 parent 9a7f83f commit b4bcabb

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,14 @@ Include the dependency in your app `build.gradle`:
8181

8282
```groovy
8383
dependencies {
84-
implementation 'com.adevinta.android:leku:11.1.0'
84+
implementation 'com.adevinta.android:leku:11.1.1'
8585
}
8686
```
8787

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

9090
```groovy
91-
implementation ('com.adevinta.android:leku:11.1.0') {
91+
implementation ('com.adevinta.android:leku:11.1.1') {
9292
exclude group: 'com.google.android.gms'
9393
exclude group: 'androidx.appcompat'
9494
}

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
<string name="launch_legacy_map_picker" translatable="false">LAUNCH LEGACY MAP LOCATION ACTIVITY</string>
66
<string name="launch_map_picker_with_pois" translatable="false">LAUNCH MAP WITH POIS</string>
77
<string name="launch_map_picker_with_style" translatable="false">LAUNCH MAP WITH STYLE</string>
8-
<string name="leku_lib_version" translatable="false">version 11.1.0</string>
8+
<string name="leku_lib_version" translatable="false">version 11.1.1</string>
99
</resources>

docs/getting_started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ Include the dependency in your app `build.gradle`:
1818

1919
```groovy
2020
dependencies {
21-
implementation 'com.adevinta.android:leku:11.1.0'
21+
implementation 'com.adevinta.android:leku:11.1.1'
2222
}
2323
```
2424

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

2727
```groovy
28-
implementation ('com.adevinta.android:leku:11.1.0') {
28+
implementation ('com.adevinta.android:leku:11.1.1') {
2929
exclude group: 'com.google.android.gms'
3030
exclude group: 'androidx.appcompat'
3131
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx2048m
22
org.gradle.configureondemand=false
33
android.useAndroidX=true
44
libGroup=com.adevinta.android
5-
libVersion=11.1.0
5+
libVersion=11.1.1
66

77
android.defaults.buildfeatures.buildconfig=true
88
android.nonTransitiveRClass=false

0 commit comments

Comments
 (0)