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.
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