mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Update DNSNet to 1.1.8 (42)
This commit is contained in:
parent
9b46e99c12
commit
05bfa69478
1 changed files with 23 additions and 2 deletions
|
|
@ -84,9 +84,30 @@ Builds:
|
|||
= remapCargo' build.gradle.kts
|
||||
ndk: r28
|
||||
|
||||
- versionName: 1.1.8
|
||||
versionCode: 42
|
||||
commit: eebcc547494136d575b17ce352ee6ecb44865ead
|
||||
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.7
|
||||
CurrentVersionCode: 41
|
||||
CurrentVersion: 1.1.8
|
||||
CurrentVersionCode: 42
|
||||
|
|
|
|||
Loading…
Reference in a new issue