mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Update words.hk to 3.3.2 (32)
This commit is contained in:
parent
cde0c97e89
commit
c6ebfa0008
1 changed files with 44 additions and 2 deletions
|
|
@ -170,8 +170,50 @@ Builds:
|
|||
--flavor foss
|
||||
ndk: 26.1.10909125
|
||||
|
||||
- versionName: 3.3.2
|
||||
versionCode: 32
|
||||
commit: 55bf0e3f8a069fd3a384f3d46abd91b2fc4e709b
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y make libclang-dev llvm
|
||||
output: build/app/outputs/flutter-apk/app-foss-release.apk
|
||||
srclibs:
|
||||
- flutter@3.24.5
|
||||
- rustup@1.27.0
|
||||
rm:
|
||||
- ios
|
||||
- test
|
||||
prebuild:
|
||||
- sed -i -e '/debug/s/true/false/' rust/Cargo.toml
|
||||
- sed -i -e '/digital_ink_view_full/d' -e '/DigitalInkViewFull/,+3c return const
|
||||
DigitalInkViewFoss();' lib/widgets/digital_ink_view.dart
|
||||
- sed -i -e '/mlkit/d' pubspec.yaml
|
||||
- sed -i -e '/mlkit/,/version/d' pubspec.lock
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
scanignore:
|
||||
- assets/dict.db.gz
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- pushd rust
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.82.0 -t aarch64-linux-android
|
||||
- source $HOME/.cargo/env
|
||||
- rustup target add aarch64-linux-android
|
||||
- popd
|
||||
- export FLUTTER_RUST_BRIDGE_VERSION=$(sed -n -e '/flutter_rust_bridge/,/version/s/.*version:\s"\(.*\)"/\1/p'
|
||||
pubspec.lock)
|
||||
- cargo install flutter_rust_bridge_codegen --version $FLUTTER_RUST_BRIDGE_VERSION
|
||||
--locked
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- PATH=$$flutter$$/bin/:$PATH flutter_rust_bridge_codegen generate
|
||||
- $$flutter$$/bin/flutter build apk --release --target-platform android-arm64
|
||||
--flavor foss
|
||||
ndk: r26b
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 3.3.1
|
||||
CurrentVersionCode: 31
|
||||
CurrentVersion: 3.3.2
|
||||
CurrentVersionCode: 32
|
||||
|
|
|
|||
Loading…
Reference in a new issue