Update Orgro to 1.61.2 (181)

This commit is contained in:
checkupdates bot 2025-06-18 05:39:31 +00:00 committed by Licaon_Kter
parent f2189446ea
commit 5ffcb86750

View file

@ -1291,8 +1291,41 @@ Builds:
- flutter/bin/flutter build apk --dart-define=ORGRO_VERSION=$$VERSION$$
ndk: 28.0.13004108
- versionName: 1.61.2
versionCode: 181
commit: c53f235fd49171505dad8752c21c2748ea73154f
submodules: true
sudo:
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
- apt update
- apt install -y -t trixie golang-go build-essential
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- openpgp-mobile@v1.13.0
prebuild:
- touch android/key.properties
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter config --no-analytics
- flutter/bin/flutter pub get
scanignore:
- flutter/packages/flutter_tools/gradle/aar_init_script.gradle
- flutter/bin/cache
scandelete:
- flutter
- .pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- pushd $$openpgp-mobile$$
- make binding_android
- pushd output/binding/android
- openpgp_dir=($PUB_CACHE/hosted/pub.dev/openpgp-*) && find . -type f -name
'*.so' -print0 | xargs --null -I{} mv "{}" "$openpgp_dir/android/src/main/{}"
- popd && popd
- flutter/bin/flutter build apk --dart-define=ORGRO_VERSION=$$VERSION$$
ndk: 28.0.13004108
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v.*$
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.60.6
CurrentVersionCode: 178
CurrentVersion: 1.61.2
CurrentVersionCode: 181