mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Update Onyx to 2.0.9 (2051)
This commit is contained in:
parent
ce0760f2e0
commit
0766dee122
1 changed files with 44 additions and 2 deletions
|
|
@ -103,10 +103,52 @@ Builds:
|
|||
--no-tree-shake-icons
|
||||
ndk: r25c
|
||||
|
||||
- versionName: 2.0.9
|
||||
versionCode: 2051
|
||||
commit: 3c11382b8acebe78d44d27580d13eddc6988a7cf
|
||||
subdir: apps/onyx
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y jq python3-pip gcc-multilib libc-dev make
|
||||
- pip3 install yq
|
||||
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
||||
srclibs:
|
||||
- rustup@1.26.0
|
||||
rm:
|
||||
- apps/onyx/ios
|
||||
- apps/onyx/linux
|
||||
- apps/onyx/macos
|
||||
- apps/onyx/web
|
||||
- apps/onyx/windows
|
||||
prebuild:
|
||||
- export JAVA_HOME="/usr/lib/jvm/java-17-openjdk-amd64/"
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ../.flutter/bin/flutter config --no-analytics
|
||||
- echo "Adding geolocator_android package override to pubspec.yaml"
|
||||
- yq -i -Y '.dependency_overrides.geolocator_android.git = { url:"https://github.com/onyx-lyon1/flutter-geolocator.git",
|
||||
ref:"floss", path:"geolocator_android"}' pubspec.yaml
|
||||
- ../.flutter/bin/flutter pub get
|
||||
- sdkmanager "ndk;21.1.6352462"
|
||||
scanignore:
|
||||
- apps/onyx/assets/graph.json.gz
|
||||
- apps/.flutter/bin/cache
|
||||
scandelete:
|
||||
- apps/.flutter
|
||||
- apps/onyx/.pub-cache
|
||||
build:
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.74.0 --target aarch64-linux-android
|
||||
- source $HOME/.cargo/env
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- bash ./scripts/fdroid_build_isar.sh
|
||||
- ../.flutter/bin/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.8
|
||||
CurrentVersionCode: 2050
|
||||
CurrentVersion: 2.0.9
|
||||
CurrentVersionCode: 2051
|
||||
|
|
|
|||
Loading…
Reference in a new issue