Skip to content

FlyTo Lander v0.1.1-rc2

Choose a tag to compare

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

FlyTo Lander v0.1.1-rc2

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

Verifying this release

Signed APK(用於實際安裝):

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

Unsigned APK(用於 reproducible build 比對):

  • Unsigned APK SHA-256: 195217302d37b7dfcf60576103fbab06b7d00ef779fb15ab90b4151a3fb2d997
  • Asset name: flyto-lander-0.1.1-rc2-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 ed93185bcf2ce0b67a15466b9d441db3b4b5cd1e
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 ed93185bcf2ce0b67a15466b9d441db3b4b5cd1e
./gradlew assembleRelease   # 不傳 -PRELEASE_STORE_FILE → unsigned APK
shasum -a 256 app/build/outputs/apk/release/app-release-unsigned.apk
# 期望輸出: 195217302d37b7dfcf60576103fbab06b7d00ef779fb15ab90b4151a3fb2d997

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


See README
for installation, usage, and risk disclosure.