mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
DNSNet - Update prebuild script
This commit is contained in:
parent
640c57be6e
commit
ac3d622b27
1 changed files with 23 additions and 2 deletions
|
|
@ -126,9 +126,30 @@ Builds:
|
|||
= remapCargo' build.gradle.kts
|
||||
ndk: r28
|
||||
|
||||
- versionName: 1.1.13
|
||||
versionCode: 47
|
||||
commit: 89d99d9f8a6c52cc04b143b28d241179f8920be6
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- rustup@1.28.0
|
||||
prebuild:
|
||||
- sed -i '/^ bundletool {/,/^ }/d' ./build.gradle.kts
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain $(sed -n -E 's/channel =
|
||||
"(.*)"/\1/p' ../rust-toolchain.toml)
|
||||
- source $HOME/.cargo/env
|
||||
- rustup target add x86_64-linux-android i686-linux-android aarch64-linux-android
|
||||
armv7-linux-androideabi
|
||||
- echo -e "rust.rustcCommand=$(which rustc)\nrust.cargoCommand=$(which cargo)"
|
||||
>> ../local.properties
|
||||
- sed -i -e "s|\"cargo\",|\"$(which cargo)\",|" -e '/cargo {/a extraCargoBuildArguments
|
||||
= remapCargo' ../service/build.gradle.kts
|
||||
ndk: r28
|
||||
|
||||
AllowedAPKSigningKeys: d76f6207d8182cdc1ee2dcbfe74db2edf37f36b82d084b017f79fe9f067121e4
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.1.12
|
||||
CurrentVersionCode: 46
|
||||
CurrentVersion: 1.1.13
|
||||
CurrentVersionCode: 47
|
||||
|
|
|
|||
Loading…
Reference in a new issue