mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update Orgro to 1.66.3 (197)
This commit is contained in:
parent
167f4ab094
commit
0a4faa71e1
1 changed files with 36 additions and 2 deletions
|
|
@ -1560,8 +1560,42 @@ Builds:
|
|||
- flutter/bin/flutter build apk --dart-define=ORGRO_VERSION=$$VERSION$$
|
||||
ndk: 28.0.13004108
|
||||
|
||||
- versionName: 1.66.3
|
||||
versionCode: 197
|
||||
commit: a181cd076fa57bf6b963a29059d52ba44840c24a
|
||||
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.66.2
|
||||
CurrentVersionCode: 196
|
||||
CurrentVersion: 1.66.3
|
||||
CurrentVersionCode: 197
|
||||
|
|
|
|||
Loading…
Reference in a new issue