From 03a005cfeebffc0d7f7f68a218582e838453f87c Mon Sep 17 00:00:00 2001 From: bwqr Date: Wed, 17 Aug 2022 09:59:15 +0000 Subject: [PATCH] add com.bwqr.mavinote app metadata --- metadata/com.bwqr.mavinote.yml | 42 ++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 metadata/com.bwqr.mavinote.yml diff --git a/metadata/com.bwqr.mavinote.yml b/metadata/com.bwqr.mavinote.yml new file mode 100644 index 0000000000..f581c42d58 --- /dev/null +++ b/metadata/com.bwqr.mavinote.yml @@ -0,0 +1,42 @@ +Categories: + - Writing +License: Apache-2.0 +SourceCode: https://github.com/bwqr/mavinote +IssueTracker: https://github.com/bwqr/mavinote/issues + +AutoName: Mavinote + +RepoType: git +Repo: https://github.com/bwqr/mavinote + +Builds: + - versionName: 0.1.0 + versionCode: 100 + commit: android/0.1.0 + subdir: android/app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - yes + srclibs: + - rustup@1.25.1 + rm: + - backend + - iced + - ios + - 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: r21e + +AutoUpdateMode: Version +UpdateCheckMode: Tags ^android +CurrentVersion: 0.1.0 +CurrentVersionCode: 100