File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -81,14 +81,14 @@ Include the dependency in your app `build.gradle`:
8181
8282``` groovy
8383dependencies {
84- implementation 'com.adevinta.android:leku:11.1.0 '
84+ implementation 'com.adevinta.android:leku:11.1.1 '
8585}
8686```
8787
8888Alternatively, 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}
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ Include the dependency in your app `build.gradle`:
1818
1919``` groovy
2020dependencies {
21- implementation 'com.adevinta.android:leku:11.1.0 '
21+ implementation 'com.adevinta.android:leku:11.1.1 '
2222}
2323```
2424
2525Alternatively, 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}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx2048m
22org.gradle.configureondemand =false
33android.useAndroidX =true
44libGroup =com.adevinta.android
5- libVersion =11.1.0
5+ libVersion =11.1.1
66
77android.defaults.buildfeatures.buildconfig =true
88android.nonTransitiveRClass =false
You can’t perform that action at this time.
0 commit comments