forked from maplibre/flutter-maplibre-gl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: migrate
maplibre-native
for android to version 11.0.0
(tak…
…e 2) (maplibre#406) This pull request updates the package to use version 11.0.0 of maplibre-native for android. It superseeds maplibre#403 to make it not dependant on other pull requests. If wanted, we can change the occurences of "Maplibre" to "MapLibre" to be more in line with maplibre-native. (I'd prefer to do it in a follow-up pr tho).
- Loading branch information
Showing
21 changed files
with
2,290 additions
and
2,344 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
rootProject.name = 'mapbox_gl' | ||
rootProject.name = 'maplibre_gl' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
package="com.mapbox.mapboxgl"> | ||
package="org.maplibre.maplibregl"> | ||
</manifest> |
12 changes: 0 additions & 12 deletions
12
android/src/main/java/com/mapbox/mapboxgl/MapBoxUtils.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.