diff --git a/metadata/com.bwqr.mavinote.yml b/metadata/com.bwqr.mavinote.yml index ff8035d76c..62c1e3ff5e 100644 --- a/metadata/com.bwqr.mavinote.yml +++ b/metadata/com.bwqr.mavinote.yml @@ -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