FIN.
Home / Install

Install & internal testing

Fin is a native Android app (package tv.mayoflux.fin, minSdk 26 / Android 8.0+).

Download the APK

Download Fin 0.1.1 for Android โ†’

Sideload build. On your phone, open the downloaded file and allow installs from your browser/file manager if prompted.

SHA-256: 3c681a80803624fac5180ee3c953c627c65077e7b04b76036bffe996aa4c7086

Build it yourself

git clone <repo> fin
cd fin
./gradlew :app:assembleDebug
# APK: app/build/outputs/apk/debug/app-debug.apk
adb install -r app/build/outputs/apk/debug/app-debug.apk

Internal testing track

For wider testing, distribute a signed build through Google Play's Internal testing track or Firebase App Distribution. Sideloading the debug APK above is fine for your own devices.

Verifying App Links

Verified links require the Digital Asset Links file at https://fin.mayoflux.tv/.well-known/assetlinks.json with your release signing certificate's SHA-256 fingerprint. A placeholder is published there now โ€” replace the fingerprint before release:

keytool -list -v -keystore release.jks -alias fin | grep SHA256