chore(release): v0.1.9 (+11) — single-run reproducible developer-signed (SOURCE_DATE_EPOCH comes from the app commit, not fdroiddata)
Some checks failed
ci / test-commons-core (push) Successful in 43s
ci / analyze (push) Successful in 1m24s
site / deploy (push) Successful in 28s
ci / test-app-seeds (push) Successful in 9m35s
release / fdroid_reference (push) Failing after 21s
release / play (push) Successful in 18m50s

This commit is contained in:
vjrj 2026-07-20 17:24:28 +02:00
parent bec3493e37
commit 06e2ad29c9
2 changed files with 12 additions and 12 deletions

View file

@ -1,7 +1,7 @@
name: tane
description: "Tane — local-first, encrypted, decentralized traditional-seed inventory and market."
publish_to: 'none'
version: 0.1.8+10
version: 0.1.9+11
environment:
sdk: ^3.11.5

View file

@ -22,9 +22,9 @@ Repo: https://git.comunes.org/comunes/tane.git
AllowedAPKSigningKeys: ddfae432091b8248a8a4a1b353487fa626301f4357ef835e94ec312f69418e38
Builds:
- versionName: 0.1.8
versionCode: 101
commit: v0.1.8
- versionName: 0.1.9
versionCode: 111
commit: v0.1.9
subdir: apps/app_seeds
output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
binary: https://git.comunes.org/comunes/tane/releases/download/v%v/app-armeabi-v7a-release.apk
@ -55,9 +55,9 @@ Builds:
$PUB_CACHE/hosted/pub.dev/flutter_tesseract_ocr-0.4.31/android/libs/tesseract4android-release.aar
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform=android-arm
- versionName: 0.1.8
versionCode: 102
commit: v0.1.8
- versionName: 0.1.9
versionCode: 112
commit: v0.1.9
subdir: apps/app_seeds
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
binary: https://git.comunes.org/comunes/tane/releases/download/v%v/app-arm64-v8a-release.apk
@ -88,9 +88,9 @@ Builds:
$PUB_CACHE/hosted/pub.dev/flutter_tesseract_ocr-0.4.31/android/libs/tesseract4android-release.aar
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform=android-arm64
- versionName: 0.1.8
versionCode: 103
commit: v0.1.8
- versionName: 0.1.9
versionCode: 113
commit: v0.1.9
subdir: apps/app_seeds
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
binary: https://git.comunes.org/comunes/tane/releases/download/v%v/app-x86_64-release.apk
@ -129,5 +129,5 @@ VercodeOperation:
- '%c * 10 + 3'
UpdateCheckData:
apps/app_seeds/pubspec.yaml|version:\s*[\d.]+\+(\d+)|apps/app_seeds/pubspec.yaml|version:\s*([\d.]+)\+
CurrentVersion: 0.1.8
CurrentVersionCode: 103
CurrentVersion: 0.1.9
CurrentVersionCode: 113