Update Orgro to 1.60.5 (177)

This commit is contained in:
Aaron Madlon-Kay 2025-05-29 12:52:32 +09:00 committed by Licaon_Kter
parent 07f1185245
commit acb4ae74c2
2 changed files with 38 additions and 2 deletions

View file

@ -1244,8 +1244,42 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter build apk --dart-define=ORGRO_VERSION=$$VERSION$$
- versionName: 1.60.5
versionCode: 177
commit: 8cd262c7bfe1067d089bc38981c17343e27071b4
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/resolve_dependencies.gradle
- 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.4
CurrentVersionCode: 176
CurrentVersion: 1.60.5
CurrentVersionCode: 177

View file

@ -0,0 +1,2 @@
RepoType: git
Repo: https://github.com/jerson/openpgp-mobile.git