michpohl / Loopy

Android app written in Kotlin and C++ to manage and play audio loops using oboe
Apache License 2.0
21 stars 5 forks source link

APK availability #17

Open IzzySoft opened 1 year ago

IzzySoft commented 1 year ago

Would you consider making the APK of your app available outside Google's walled garden – for those having no access there? Thanks in advance!

michpohl commented 1 year ago

I always wanted to also release this on F-Droid, jsut never had the time or patience to work through the process. I'll happily look into creating releases here though, but can't promise anything - very limited time! But you can also easily compile this yourself. Just clone the repo, run ./gradlew assembleRelease and find your apk in app/build/outputs/apk/release/ and you should be set.

IzzySoft commented 1 year ago

I always wanted to also release this on F-Droid

Great to hear, and I gladly help you with that! (disclosure: I'm one of the F-Droid maintainers) I also run my own "simple binary repo", so with APKs attached at releases I could quickly add your app there and automatically keep it up-to-date.

But you can also easily compile this yourself.

Unfortunately not: I'm no Android dev and don't have a build environment. My intention was rather making your app available to other F-Droid users via my repo, and then see if the app meets F-Droid's stronger criteria to suggest bringing it there :smile: