mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-22 13:49:06 +00:00
Update Orgro to 1.63.0 (188)
This commit is contained in:
parent
1eaf1d8d55
commit
94f9a3b72f
1 changed files with 36 additions and 2 deletions
|
|
@ -1424,8 +1424,42 @@ Builds:
|
|||
- flutter/bin/flutter build apk --dart-define=ORGRO_VERSION=$$VERSION$$
|
||||
ndk: 28.0.13004108
|
||||
|
||||
- versionName: 1.63.0
|
||||
versionCode: 188
|
||||
commit: 336587d2112fadcc0e77daa641b1c97ea5d1116d
|
||||
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/{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.62.2
|
||||
CurrentVersionCode: 187
|
||||
CurrentVersion: 1.63.0
|
||||
CurrentVersionCode: 188
|
||||
|
|
|
|||
Loading…
Reference in a new issue