mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-06 22:26:57 +00:00
Update com.bwqr.mavinote.yml to version 0.2.0
This commit is contained in:
parent
d55a965026
commit
e1a433622b
1 changed files with 29 additions and 2 deletions
|
|
@ -36,7 +36,34 @@ Builds:
|
|||
- echo "rust.cargoCommand=$HOME/.cargo/bin/cargo" >> ../local.properties
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 0.2.0
|
||||
versionCode: 200
|
||||
commit: android/0.2.0
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless gcc libc-dev python-is-python3
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- rustup@1.25.1
|
||||
rm:
|
||||
- backend
|
||||
- iced
|
||||
- ios
|
||||
- resources
|
||||
- svelte
|
||||
prebuild:
|
||||
- $$rustup$$/rustup-init.sh -y
|
||||
- source $HOME/.cargo/env
|
||||
- rustup target add x86_64-linux-android
|
||||
- rustup target add aarch64-linux-android
|
||||
- echo "rust.rustcCommand=$HOME/.cargo/bin/rustc" >> ../local.properties
|
||||
- echo "rust.cargoCommand=$HOME/.cargo/bin/cargo" >> ../local.properties
|
||||
ndk: r25c
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^android
|
||||
CurrentVersion: 0.1.0
|
||||
CurrentVersionCode: 100
|
||||
CurrentVersion: 0.2.0
|
||||
CurrentVersionCode: 200
|
||||
|
|
|
|||
Loading…
Reference in a new issue