mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-21 21:29:11 +00:00
Update words.hk to 3.2.1 (24)
This commit is contained in:
parent
31b3839908
commit
7c80b9741b
1 changed files with 29 additions and 2 deletions
|
|
@ -48,8 +48,35 @@ Builds:
|
|||
- $$flutter$$/bin/flutter build apk --release --target-platform android-arm64
|
||||
ndk: r25
|
||||
|
||||
- versionName: 3.2.1
|
||||
versionCode: 24
|
||||
commit: e06d151718eb3c7b6deeb3767380cc6b58e8922b
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.0.5
|
||||
- rustup@1.25.1
|
||||
rm:
|
||||
- ios
|
||||
- test
|
||||
scandelete:
|
||||
- android/app/src/main/jniLibs
|
||||
build:
|
||||
- pushd rust
|
||||
- $$rustup$$/rustup-init.sh -y
|
||||
- source $HOME/.cargo/env
|
||||
- rustup install 1.63.0
|
||||
- cargo install cargo-ndk --version 2.11.0
|
||||
- rustup target add aarch64-linux-android
|
||||
- cargo ndk -o ../android/app/src/main/jniLibs --target aarch64-linux-android
|
||||
build --release
|
||||
- popd
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter build apk --release --target-platform android-arm64
|
||||
ndk: r25
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 2.1.1
|
||||
CurrentVersionCode: 4
|
||||
CurrentVersion: 3.2.1
|
||||
CurrentVersionCode: 24
|
||||
|
|
|
|||
Loading…
Reference in a new issue