23
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.
Pick a good license: https://choosealicense.com/
If you haven't already, look into how git works.
Then upload the code to a git forge like codeberg or github
Thank you:)