Compare commits

..

No commits in common. "bbd8d3580fc042e9579f991e3a084384f7235c15" and "a575f012077bf24f63fe9293ca57c0c35014b103" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View file

@ -77,8 +77,7 @@ 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)
# gradlew lives at the repo root, task belongs to the :tesseract4android module.
( cd "$t4a" && ./gradlew --no-daemon :tesseract4android:assembleStandardRelease )
( cd "$t4a/tesseract4android" && ./gradlew --no-daemon 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"

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.5+7
version: 0.1.4+6
environment:
sdk: ^3.11.5