Skip to content

FlyTo Lander v0.1.1-rc6

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Jun 05:00

FlyTo Lander v0.1.1-rc6

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

Verifying this release

Signed APK(用於實際安裝):

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

Unsigned APK(用於 reproducible build 比對):

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

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


See README
for installation, usage, and risk disclosure.