From c9bf56cd45b60c0073d94aab88f72ea568fe259d Mon Sep 17 00:00:00 2001 From: dn0ne Date: Tue, 14 Jan 2025 11:56:15 +0000 Subject: [PATCH] New app request: Lotus --- metadata/com.dn0ne.lotus.yml | 70 ++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 metadata/com.dn0ne.lotus.yml diff --git a/metadata/com.dn0ne.lotus.yml b/metadata/com.dn0ne.lotus.yml new file mode 100644 index 0000000000..6f68c39df8 --- /dev/null +++ b/metadata/com.dn0ne.lotus.yml @@ -0,0 +1,70 @@ +Categories: + - Multimedia +License: GPL-3.0-only +AuthorName: dn0ne +SourceCode: https://github.com/dn0ne/lotus +IssueTracker: https://github.com/dn0ne/lotus/issues +Changelog: https://github.com/dn0ne/lotus/releases + +AutoName: Lotus + +RepoType: git +Repo: https://github.com/dn0ne/lotus.git + +Builds: + - versionName: 1.0.0 + versionCode: 1000001 + commit: fc2251112eaaef0777de983ed94ec0271ddeb9e6 + subdir: app + gradle: + - yes + binary: https://github.com/dn0ne/lotus/releases/download/v%v/lotus-%v-armeabi-v7a-release.apk + gradleprops: + - noSplits + - ABI_FILTERS=armeabi-v7a + + - versionName: 1.0.0 + versionCode: 1000002 + commit: fc2251112eaaef0777de983ed94ec0271ddeb9e6 + subdir: app + gradle: + - yes + binary: https://github.com/dn0ne/lotus/releases/download/v%v/lotus-%v-arm64-v8a-release.apk + gradleprops: + - noSplits + - ABI_FILTERS=arm64-v8a + + - versionName: 1.0.0 + versionCode: 1000003 + commit: fc2251112eaaef0777de983ed94ec0271ddeb9e6 + subdir: app + gradle: + - yes + binary: https://github.com/dn0ne/lotus/releases/download/v%v/lotus-%v-x86-release.apk + gradleprops: + - noSplits + - ABI_FILTERS=x86 + + - versionName: 1.0.0 + versionCode: 1000004 + commit: fc2251112eaaef0777de983ed94ec0271ddeb9e6 + subdir: app + gradle: + - yes + binary: https://github.com/dn0ne/lotus/releases/download/v%v/lotus-%v-x86_64-release.apk + gradleprops: + - noSplits + - ABI_FILTERS=x86_64 + +AllowedAPKSigningKeys: 4f3b3a748017491c07788ecd0f4aba2fffd41bf4cc2ce9ff0100f2a110cffefa + +AutoUpdateMode: Version +UpdateCheckMode: Tags ^v[0-9.]+$ +VercodeOperation: + - 1+%c + - 2+%c + - 3+%c + - 4+%c +UpdateCheckData: app/build.gradle.kts|versionCode\s=\s([\d_]+)||v(.*) +CurrentVersion: 1.0.0 +CurrentVersionCode: 1000004