kabouzeid / Phonograph

A material designed music player for Android
GNU General Public License v3.0
2.73k stars 728 forks source link

F-droid flavour #887

Open GeoZac opened 3 years ago

GeoZac commented 3 years ago

Just a stripped down version #276

Allow pro-features on builds at F-droid, fixes #885 . In total, there's 4 different builds: fdroidDebug, fdroidRelease, playDebug, andplayRelease. Only playRelease is configured to sign the apk with developer's personal key. The versionName of F-droid apk is suffixed suitably. The applicationId isn't changed to allow existing F-droid version users to update current version.

The only change applicable for developer seems to change the build variant from Release to playRelease