-
-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
F-Droid Compatibility #433
Comments
I don't even see the Android documentation adding this line?! A search for |
hi
|
@tyrauber I seem to be able to build it locally with the maven block removed, and the build works, so I guess it's a legacy requirement of maplibre-react-native ? sorry about the mention. |
No worries! The native SDKs have been updated significantly since the 9.0 SDKs. My guess it is probably can be removed, I just haven't got to testing it myself. |
The latest MapLibre Native is compatible F-Droid since Android SDK v10: |
As far as i remember you just need to remove the maven block mentioned and it's good to go |
F-Droid should be usable with the latest v10 prereleases. Can anyone confirm this? How could I check this myself? Also, which part would be flagged by F-Droid for using Google? Could we use a variable in the Basically, I would like to have this patch in the package, toggled by a variable or something, allowing this functionality to be toggle by an Expo plugin variable. |
Hi
Since Maplibre is using
https://dl.bintray.com/maplibre/maplibre-gl-native
maven repo, f-droid builds are failing. I think the library should be hosted on a well-known maven repo.related: https://gitlab.com/fdroid/fdroiddata/-/merge_requests/15592
thank you for your hard work
The text was updated successfully, but these errors were encountered: