Dkhusainov

Results 12 comments of Dkhusainov

This is caused by Location extras having another Location in it. Happens in 'LocationServiceUtils'(mapbox 10.12.1) ![image](https://github.com/mapbox/mapbox-maps-android/assets/7382654/bd03f97e-6735-4c27-9720-1bcfdb8223be)

Simple workaround for reading properties from root project into included project if anyone needs it: ``` buildscript { new BufferedReader(new FileReader(file('../gradle.properties'))).withCloseable { reader -> String line while ((line = reader.readLine())...