2024.07.11 - Dependable CI
Changes
- Dependable CI
- Introduce CI/CD for the repo using GitHub Actions.
- Update Dependencies
- Now also with @dependabot alerts
- Automated apk builds on release
- Some tweaking needed here still, eventually should make releases smoother
Full Changelog: 2024.07.02...2024.07.11
What is ..unstrippedlibs.apk?
With the release of CI/CD support, apk are now built directly in Github CI.
In the CI environment, there is some mismatch of ndk with the one expected by the android sdk or vice versa.
So a rust library that is built is not being stripped off of its debug symbols. This causes the final apk size to increase.
These CI built unstripped lib containing apk, I call .unstrippedlibs.apk
These should work just fine, but for those preferring smaller apk, I also shall upload regular locally built apks.
For not having to worry about which apk to download etc, just download it from F-droid! :)