mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
misc fixes
This commit is contained in:
parent
e764a0d4f5
commit
1566c97c47
3 changed files with 2 additions and 36 deletions
|
|
@ -24,13 +24,6 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.0.3
|
||||
versionCode: 4
|
||||
commit: 555c650a7f83339ddb0468ee4f09648fa1089154
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.0.4
|
||||
versionCode: 5
|
||||
commit: 1f7bea74a9f12469a02441cc292f256eba742d9d
|
||||
|
|
|
|||
|
|
@ -48,36 +48,9 @@ Builds:
|
|||
- $$flutter$$/bin/flutter build apk --release --target-platform android-arm64
|
||||
ndk: r25
|
||||
|
||||
- versionName: 3.2.1
|
||||
versionCode: 24
|
||||
disable: https://github.com/AlienKevin/wordshk_app/issues/2
|
||||
commit: e06d151718eb3c7b6deeb3767380cc6b58e8922b
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y make
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.19.3
|
||||
- rustup@1.26.0
|
||||
rm:
|
||||
- ios
|
||||
- test
|
||||
build:
|
||||
- pushd rust
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.76.0 -t aarch64-linux-android
|
||||
- source $HOME/.cargo/env
|
||||
- cargo install cargo-ndk --version 3.4.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: r26b
|
||||
|
||||
- versionName: 3.2.3
|
||||
versionCode: 26
|
||||
disable: https://github.com/AlienKevin/wordshk_app/issues/2
|
||||
commit: 3fbdbfcab811ccaec9524971897cb06f6c6f3829
|
||||
sudo:
|
||||
- apt-get update
|
||||
|
|
|
|||
|
|
@ -245,7 +245,7 @@ Builds:
|
|||
commit: ba1f4bf6a516ec5ad82806005f5a57471c352cdc
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.16.9
|
||||
- flutter@3.19.6
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
|
|
|
|||
Loading…
Reference in a new issue