mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 02:01:42 +00:00
Update DNSNet to 1.1.12 (46)
This commit is contained in:
parent
22ac4fafc9
commit
8175126803
1 changed files with 23 additions and 2 deletions
|
|
@ -105,9 +105,30 @@ Builds:
|
|||
= remapCargo' build.gradle.kts
|
||||
ndk: r28
|
||||
|
||||
- versionName: 1.1.12
|
||||
versionCode: 46
|
||||
commit: 39919c021c385a53b6760f72d2ed5a69c8ccaf21
|
||||
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' build.gradle.kts
|
||||
ndk: r28
|
||||
|
||||
AllowedAPKSigningKeys: d76f6207d8182cdc1ee2dcbfe74db2edf37f36b82d084b017f79fe9f067121e4
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.1.8
|
||||
CurrentVersionCode: 42
|
||||
CurrentVersion: 1.1.12
|
||||
CurrentVersionCode: 46
|
||||
|
|
|
|||
Loading…
Reference in a new issue