Skip to content

Releases: MingYuan-Tech/FlyTo-Lander

FlyTo Lander v0.1.1-rc6

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.

FlyTo Lander v0.1.1-rc5

Choose a tag to compare

@github-actions github-actions released this 29 May 04:26

FlyTo Lander v0.1.1-rc5

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

Verifying this release

Signed APK(用於實際安裝):

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

Unsigned APK(用於 reproducible build 比對):

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

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


See README
for installation, usage, and risk disclosure.

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.

FlyTo Lander v0.1.1-rc3

Choose a tag to compare

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

FlyTo Lander v0.1.1-rc3

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

Verifying this release

Signed APK(用於實際安裝):

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

Unsigned APK(用於 reproducible build 比對):

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

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


See README
for installation, usage, and risk disclosure.

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.

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.