mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Update Rust version to 1.88.0 (matches requirement of libchewing) (Guileless Bopomofo)
This commit is contained in:
parent
01e16811d4
commit
113dc68b8e
1 changed files with 6 additions and 6 deletions
|
|
@ -1474,9 +1474,9 @@ Builds:
|
|||
- source $HOME/.cargo/env
|
||||
ndk: 28.1.13356709
|
||||
|
||||
- versionName: 3.5.0
|
||||
versionCode: 176
|
||||
commit: 888592356af132ac37f7c2f3ed8212fdb7272077
|
||||
- versionName: 3.5.1
|
||||
versionCode: 177
|
||||
commit: 5282989bc0e9414fe87f6346600a196002392cf3
|
||||
subdir: app
|
||||
submodules: true
|
||||
sudo:
|
||||
|
|
@ -1487,12 +1487,12 @@ Builds:
|
|||
srclibs:
|
||||
- rustup@1.27.1
|
||||
build:
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.86.0 --target aarch64-linux-android
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.88.0 --target aarch64-linux-android
|
||||
armv7-linux-androideabi i686-linux-android x86_64-linux-android
|
||||
- source $HOME/.cargo/env
|
||||
ndk: 28.1.13356709
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 3.5.0
|
||||
CurrentVersionCode: 176
|
||||
CurrentVersion: 3.5.1
|
||||
CurrentVersionCode: 177
|
||||
|
|
|
|||
Loading…
Reference in a new issue