ZTFtrue / MonsterMusic

A music player on android platform, developed by Andoroid composer
Apache License 2.0
222 stars 21 forks source link

initial fastlane structure from IzzyOnDroid #14

Closed IzzySoft closed 2 months ago

IzzySoft commented 2 months ago

As discussed in #2, here comes your starter package. As you already had a metadata directory, I've placed things inside there (F-Droid recognizes it there fine, and with my repo "any" entry point is possible).

Be welcome to use my Fastlane Cheat Sheet to build on this, and feel free to ask me should any questions arise.

One more pointer: You might wonder why full_description.txt is "full HTML" all put into a single line. That's because this way it renders best on both sides. fdroid would replace each line break by <br>, which (with well formatted HTML) would look ugly – so we give it no line breaks to replace at all, issue solved :wink: