Loopy icon indicating copy to clipboard operation
Loopy copied to clipboard

APK availability

Open IzzySoft opened this issue 2 years ago • 2 comments

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

IzzySoft avatar Feb 11 '23 17:02 IzzySoft

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.

michpohl avatar Feb 11 '23 20:02 michpohl

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:

IzzySoft avatar Feb 11 '23 21:02 IzzySoft