22
How do I open source an Android app?
(lemmy.world)
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Community icon from opensource.org, but we are not affiliated with them.
Codeberg or gitlab as a source forge. Depending on how private you are, you can start a fresh git repository, then your private history won't be exposed.
Otherwise, a license and gitignore file and you're done. Maybe a README if you fancy. And if you want to go overboard, add the apk or request for it to be put on F-Droid
Always a README I would say.
First paragraph tells what the app does im clear terms.
Also, screenshots.
Do I have to sign the apk? I haven't found any clear answer on that.
Yep, signing is mandatory, according to the docs. It's necessary for updating the app. You don't have to use Google, you can self-sign it.
Good. Thank you