Skip to content

FlyTo Lander v0.1.1-rc4

Choose a tag to compare

@github-actions github-actions released this 29 May 03:48

FlyTo Lander v0.1.1-rc4

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

Verifying this release

Signed APK(用於實際安裝):

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

Unsigned APK(用於 reproducible build 比對):

  • Unsigned APK SHA-256: ea1532369fadc1f4de0586866a2f05ec8c50d900c615949a7448f92eee3f18e8
  • Asset name: flyto-lander-0.1.1-rc4-unsigned.apk

ℹ️ Signed APK SHA-256 因 APK Signing Block 內 apksig 函式庫 non-deterministic
行為而每次 build 不同(已知限制)。Build content 本身(classes.dex、resources
等)完全 deterministic
,reproducible 驗證請比對 unsigned APK SHA-256,CI 也只
比對 unsigned。

Build environment (for reproducible build verification)

Item Value
Git commit 011a23c8a57ab82e4aca8637c7686ba744e52e89
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 (unsigned APK):

git clone https://github.com/MingYuan-Tech/FlyTo-Lander.git
cd FlyTo-Lander
git checkout 011a23c8a57ab82e4aca8637c7686ba744e52e89
./gradlew assembleRelease   # 不傳 -PRELEASE_STORE_FILE → unsigned APK
shasum -a 256 app/build/outputs/apk/release/app-release-unsigned.apk
# 期望輸出: ea1532369fadc1f4de0586866a2f05ec8c50d900c615949a7448f92eee3f18e8

上面 SHA-256 應與 release 提供的 unsigned APK 完全一致。CI 自動驗證見
.github/workflows/reproducible-build.yml


See README
for installation, usage, and risk disclosure.