Update Orgro to 1.64.1 (190)

This commit is contained in:
checkupdates bot 2025-10-01 13:42:24 +00:00 committed by Licaon_Kter
parent 9eef8476b2
commit d2949c2296

View file

@ -1458,8 +1458,42 @@ Builds:
- flutter/bin/flutter build apk --dart-define=ORGRO_VERSION=$$VERSION$$
ndk: 28.0.13004108
- versionName: 1.64.1
versionCode: 190
commit: 568fa0f5d109cf2b2c2565460e1f3080598e8866
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
- sed -i -e 's/8.12.1/8.11.1/' .pub-cache/hosted/pub.dev/{share_plus,{path_provider,quick_actions,shared_preferences,sqflite,url_launcher}_android}-*/android/build.gradle
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.63.0
CurrentVersionCode: 188
CurrentVersion: 1.64.1
CurrentVersionCode: 190