You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I explained in #8, this would make it easier for others to compile the source code, and would make it possible to publish the app on F-Droid.
One way to do this would be to add a new "free" flavor to gradle , which specifies a different AndroidManifest.xml, and disables all features that rely on Google APIs. This is done by Osmand.
Another option would be to just remove everything that requires Google APIs.
The text was updated successfully, but these errors were encountered:
As I explained in #8, this would make it easier for others to compile the source code, and would make it possible to publish the app on F-Droid.
One way to do this would be to add a new "free" flavor to gradle , which specifies a different AndroidManifest.xml, and disables all features that rely on Google APIs. This is done by Osmand.
Another option would be to just remove everything that requires Google APIs.
The text was updated successfully, but these errors were encountered: