ElishaAz / Sayboard

An open-source on-device voice IME (keyboard) for Android using the Vosk library.
GNU General Public License v3.0
304 stars 19 forks source link

Remove alphacephei.com maven repo #35

Closed Mynacol closed 8 months ago

Mynacol commented 8 months ago

It seems Alphacephei has also published their libraries on Maven Central. Their own documentation recommends Maven Central instead of their repo: https://alphacephei.com/vosk/install

The APK therefore builds as before.

This aids in making Sayboard compatible with F-Droid's inclusion criteria, which lists Maven Central and the other already used maven repos as trusted and allowed: https://f-droid.org/en/docs/Inclusion_Policy/

Mynacol commented 8 months ago

Despite the repo change, the universal APK is fully reproducible with the APK on GitHub releases 🎉. This means F-Droid inclusion should be easily possible after this PR, and even as a reproducible build.

ElishaAz commented 8 months ago

Thanks!

Mynacol commented 8 months ago

Should I open a MR to include it in the main F-Droid repo? Are you agreeing to this inclusion? The inclusion however depends on a release with this PR applied.