Skip to content

2024.07.11 - Dependable CI

Compare
Choose a tag to compare
@nain-F49FF806 nain-F49FF806 released this 11 Jul 13:56
· 56 commits to main since this release
6d99bb0

Changes

  • Dependable CI
    • Introduce CI/CD for the repo using GitHub Actions.
  • Update Dependencies
  • 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! :)

Get it on F-Droid