onaio / kujaku

Mapping and check-in library for Android using MapBox SDK
https://ona.io
BSD 2-Clause "Simplified" License
18 stars 11 forks source link

:recycle: Explicitly state exported flag on manifest #364

Open issyzac opened 1 year ago

issyzac commented 1 year ago

Android API 31 and above requires this.

ekigamba commented 1 year ago

Looking at this @issyzac and why the build is failing

issyzac commented 1 year ago

@ekigamba am seeing its missing mapbox and that was added as a module dependency in the project

ekigamba commented 1 year ago

Yea, mapbox dependency requires authentication and I had already configured it. I'm not sure what has changed that the current access key returns a 401. I'll need to test locally also

issyzac commented 1 year ago

Sure thing