Skip to content

FlyTo Lander v0.1.1-rc1

Choose a tag to compare

@github-actions github-actions released this 28 May 11:16

FlyTo Lander v0.1.1-rc1

Android-side helper app for FlyTo (macOS GPS simulation tool).

Verifying this release

  • APK SHA-256: b0f35955a36af9f476dc19cdb6f30b92adb47e17ec144131be8675dcf3a879f5
  • GPG signature: flyto-lander-0.1.1-rc1.apk.asc
  • GPG key ID: DCD89190E52012AE
shasum -a 256 flyto-lander-0.1.1-rc1.apk
gpg --verify flyto-lander-0.1.1-rc1.apk.asc \
             flyto-lander-0.1.1-rc1.apk

Build environment (for reproducible build verification)

Item Value
Git commit 8feb865101a22e9fa55a021f3ca595bf5b6fddf8
Gradle 8.14.5
Android Gradle Plugin (AGP) 8.13.2
JDK openjdk version "17.0.19" 2026-04-21
Runner OS ubuntu-latest

To reproduce locally:

git clone https://github.com/MingYuan-Tech/FlyTo-Lander.git
cd FlyTo-Lander
git checkout 8feb865101a22e9fa55a021f3ca595bf5b6fddf8
./gradlew assembleRelease
shasum -a 256 app/build/outputs/apk/release/app-release.apk

The SHA-256 above should match. CI verifies this automatically; see
.github/workflows/reproducible-build.yml.


See README
for installation, usage, and risk disclosure.