From 3d042c673ecdf8d27d6215287161cc88234a3852 Mon Sep 17 00:00:00 2001 From: vjrj Date: Wed, 22 Jul 2026 16:49:55 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=20prep=20v0.1.13=20=E2=80=94=20?= =?UTF-8?q?point=20fdroid=20recipe=20at=20v0.1.13=20so=20references=20buil?= =?UTF-8?q?d?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit v0.1.11 and v0.1.12 bumped pubspec without advancing the fdroid recipe, so the fdroid_reference job computed versionCodes 131/141 that the recipe (still 121/122/123) didn't define — 'fdroid build' found no such versionCode and the job failed. The Play deploys were unaffected. - pubspec: 0.1.12+14 -> 0.1.13+15. - fdroid recipe: Builds versionName 0.1.13, versionCodes 151/152/153, commit v0.1.13; CurrentVersion 0.1.13, CurrentVersionCode 153. Play accepts versionCode 15 (new); fdroid_reference now builds 151/152/153. --- apps/app_seeds/pubspec.yaml | 2 +- docs/fdroid/org.comunes.tane.yml | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/apps/app_seeds/pubspec.yaml b/apps/app_seeds/pubspec.yaml index ff8d8d0..8d7ed04 100644 --- a/apps/app_seeds/pubspec.yaml +++ b/apps/app_seeds/pubspec.yaml @@ -1,7 +1,7 @@ name: tane description: "Tane — local-first, encrypted, decentralized traditional-seed inventory and market." publish_to: 'none' -version: 0.1.12+14 +version: 0.1.13+15 environment: sdk: ^3.11.5 diff --git a/docs/fdroid/org.comunes.tane.yml b/docs/fdroid/org.comunes.tane.yml index ec42f99..32b661f 100644 --- a/docs/fdroid/org.comunes.tane.yml +++ b/docs/fdroid/org.comunes.tane.yml @@ -22,9 +22,9 @@ Repo: https://git.comunes.org/comunes/tane.git AllowedAPKSigningKeys: ddfae432091b8248a8a4a1b353487fa626301f4357ef835e94ec312f69418e38 Builds: - - versionName: 0.1.10 - versionCode: 121 - commit: v0.1.10 + - versionName: 0.1.13 + versionCode: 151 + commit: v0.1.13 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 @@ -58,9 +58,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.10 - versionCode: 122 - commit: v0.1.10 + - versionName: 0.1.13 + versionCode: 152 + commit: v0.1.13 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 @@ -94,9 +94,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.10 - versionCode: 123 - commit: v0.1.10 + - versionName: 0.1.13 + versionCode: 153 + commit: v0.1.13 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 @@ -138,5 +138,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.10 -CurrentVersionCode: 123 +CurrentVersion: 0.1.13 +CurrentVersionCode: 153