mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
parent
a10ad09300
commit
989fbf7294
1 changed files with 3 additions and 3 deletions
|
|
@ -285,18 +285,18 @@ Builds:
|
||||||
- versionName: 0.16.1
|
- versionName: 0.16.1
|
||||||
versionCode: 1600
|
versionCode: 1600
|
||||||
commit: 99b970ea6e7f34c2bca374c95096797037a26e69
|
commit: 99b970ea6e7f34c2bca374c95096797037a26e69
|
||||||
subdir: app
|
subdir: App
|
||||||
sudo:
|
sudo:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get -y install build-essential
|
- apt-get -y install build-essential
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
srclibs:
|
srclibs:
|
||||||
- rustup@1.26.0
|
- rustup@1.27.1
|
||||||
target: android-34
|
target: android-34
|
||||||
build:
|
build:
|
||||||
- cd ..
|
- cd ..
|
||||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.76.0 -t aarch64-linux-android
|
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.90.0 -t aarch64-linux-android
|
||||||
armv7-linux-androideabi
|
armv7-linux-androideabi
|
||||||
- source $HOME/.cargo/env
|
- source $HOME/.cargo/env
|
||||||
- BASEDIR=$(pwd)
|
- BASEDIR=$(pwd)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue