update org.maplibre.gl to version 9.5.2

This commit is contained in:
adbenitez
2022-07-22 16:18:08 -04:00
committed by bjoern
parent 60b8a6b494
commit c667efd3ac
+1 -1
View File
@@ -66,7 +66,7 @@ dependencies {
}
implementation 'com.annimon:stream:1.1.8' // brings future java streams api to SDK Version < 24
implementation 'com.codewaves.stickyheadergrid:stickyheadergrid:0.9.4' // glues the current time segment text in the gallery to the top.
implementation ('org.maplibre.gl:android-sdk:9.4.0') {
implementation ('org.maplibre.gl:android-sdk:9.5.2') {
exclude group: 'com.google.android.gms'
}