Skip to content

aka Alarm 1.1.2

Choose a tag to compare

@github-actions github-actions released this 27 May 13:36
· 3 commits to main since this release

Android-only patch — no user-visible changes.

  • Added dependenciesInfo { includeInApk = false; includeInBundle = false } to app/build.gradle.kts. AGP injects an encrypted "Dependency metadata" signing block by default that only Google can decrypt; F-Droid's APK scanner rejects builds containing it as opaque. Disabling keeps the build fully transparent and unblocks F-Droid inclusion.