tchengck
Results
2
issues of
tchengck
Android API: - compileSdkVersion 30 - targetSdkVersion 30 Hi guys, to publish apps in Google Play Store from November 2021 onward we have to target the api level 30 for...
**Description:** I encountered an issue when calling `_tileStore.setMapboxAPIUrl(Uri.parse('https://api.mapbox.com/'));`. This results in the following exception: ``` ArgumentError (Invalid argument: Instance of '_SimpleUri') ``` ### Steps to Reproduce: 1. Call `_tileStore.setMapboxAPIUrl(Uri.parse('https://api.mapbox.com'));` 2....