microG unofficial installer

Hi,
I have added the Gradle wrapper to microG unofficial installer (ref.), so now the project can be built with:

gradlew buildOtaOSS

What are the F-Droid inclusion criteria for OTA zips?

1 Like

Hi,

I think inclusion criteria for OTA ZIPs should be the same as for regular apps.

1 Like

Thanks for the reply.

If the ota zip include an apk present on F-Droid could it be downloaded directly from F-Droid during zip build instead of compiling it from scratch?

If the ota zip include an apk present on F-Droid could it be downloaded directly from F-Droid during zip build instead of compiling it from scratch?

Technically all APKs included into ZIPs should be built from source, but I think it’s OK to include prebuilt ones if the build recipe will verify that they are built by F-Droid.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.