Can you guys add the Fennec Browser?
https://f-droid.org/en/packages/org.mozilla.fennec_fdroid/
In order to target the armeabi-v7a version use the APK filter.
- Filter APKs by regular expression:
\d{5}00
@DarkCrypt is that for adding the app from f-droid or directly from the source code because I'm trying to achieve the latter?
That's for adding the app from F-Droid. To me it looks like F-Droid is the official release channel. I don't see an APK within the linked source code from F-Droid.
For x86 regular expression: 10
For arm 64 v8a regular expression 20 or toggle the highest APK-version-toggle.
@DarkCrypt @ImranR98 Should we add the configuration? It also works without extra configuration. The extra configuration only means that you no longer have to select a variant manually.
@DwainZwerg
I'm slightly conflicted about adding the app. I personally think it's important for the configs on the crowdsource website to eliminate the selector. New users may struggle with the ReGex to do this but more advanced users may not. I used the ReGex above to target the v7a version because just using 00 doesn't work.