mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
Update Onyx to 2.0.13 (2055)
This commit is contained in:
parent
2599c4124e
commit
38f07292f8
1 changed files with 35 additions and 2 deletions
|
|
@ -252,10 +252,43 @@ Builds:
|
|||
--no-tree-shake-icons
|
||||
ndk: r25c
|
||||
|
||||
- versionName: 2.0.13
|
||||
versionCode: 2055
|
||||
commit: 36a81f67a59943a31fe9c8fbec08499d74488b16
|
||||
subdir: apps/onyx
|
||||
sudo:
|
||||
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
||||
- apt-get update
|
||||
- apt-get install -y -t trixie nix-setup-systemd nix
|
||||
- chown -R vagrant /nix
|
||||
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
||||
rm:
|
||||
- apps/onyx/ios
|
||||
- apps/onyx/linux
|
||||
- apps/onyx/macos
|
||||
- apps/onyx/web
|
||||
- apps/onyx/windows
|
||||
prebuild:
|
||||
- mkdir -p ~/.config/nix
|
||||
- echo "experimental-features = nix-command flakes" >> ~/.config/nix/nix.conf
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- nix develop -c flutter config --no-analytics
|
||||
- nix develop -c melos bootstrap
|
||||
- sed -i -e 's/8.12.1/8.11.1/' .pub-cache/hosted/pub.dev/{connectivity_plus,share_plus,{webview_flutter,path_provider,url_launcher,sqflite}_android,camera_android_camerax,flutter_plugin_android_lifecycle}-*/android/build.gradle
|
||||
scanignore:
|
||||
- apps/onyx/assets/graph.json.gz
|
||||
scandelete:
|
||||
- apps/onyx/.pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- nix develop -c flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
||||
--no-tree-shake-icons
|
||||
ndk: r25c
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v[\d.]+$
|
||||
VercodeOperation:
|
||||
- '%c + 2000'
|
||||
UpdateCheckData: apps/onyx/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 2.0.12
|
||||
CurrentVersionCode: 2054
|
||||
CurrentVersion: 2.0.13
|
||||
CurrentVersionCode: 2055
|
||||
|
|
|
|||
Loading…
Reference in a new issue