From f968f64de89264db612b88771a5666a1ba334f71 Mon Sep 17 00:00:00 2001 From: vjrj Date: Sun, 19 Jul 2026 06:36:25 +0200 Subject: [PATCH 1/2] =?UTF-8?q?ci(release):=20fix=20tesseract=20build=20?= =?UTF-8?q?=E2=80=94=20use=20root=20gradlew=20with=20:tesseract4android=20?= =?UTF-8?q?task?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .forgejo/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index c7d83c2..31c5812 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -77,7 +77,8 @@ jobs: # Install the exact NDK the project pins, if the image lacks it. ndkv=$(grep -RhoE 'ndkVersion[^0-9]*[0-9][0-9.]+' "$t4a" | grep -oE '[0-9]+\.[0-9.]+' | head -1 || true) [ -n "${ndkv:-}" ] && (yes | sdkmanager "ndk;$ndkv" >/dev/null 2>&1 || true) - ( cd "$t4a/tesseract4android" && ./gradlew --no-daemon assembleStandardRelease ) + # gradlew lives at the repo root, task belongs to the :tesseract4android module. + ( cd "$t4a" && ./gradlew --no-daemon :tesseract4android:assembleStandardRelease ) aar_dst=$(find ${PUB_CACHE:+$PUB_CACHE} "$HOME/.pub-cache" /root/.pub-cache /sdks 2>/dev/null \ -path '*flutter_tesseract_ocr-0.4.31/android/libs/tesseract4android-release.aar' | head -1) cp "$t4a/tesseract4android/build/outputs/aar/tesseract4android-standard-release.aar" "$aar_dst" From bbd8d3580fc042e9579f991e3a084384f7235c15 Mon Sep 17 00:00:00 2001 From: vjrj Date: Sun, 19 Jul 2026 06:38:21 +0200 Subject: [PATCH 2/2] =?UTF-8?q?chore(release):=20v0.1.5=20(+7)=20=E2=80=94?= =?UTF-8?q?=20retag=20with=20tesseract=20build=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/app_seeds/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_seeds/pubspec.yaml b/apps/app_seeds/pubspec.yaml index 70bfd89..84a4215 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.4+6 +version: 0.1.5+7 environment: sdk: ^3.11.5