From c622c000a6cf684eca0b215e44b7e856d685a965 Mon Sep 17 00:00:00 2001 From: MLM Games <20348813-mlmstudios@users.noreply.gitlab.com> Date: Mon, 25 Aug 2025 07:23:23 +0000 Subject: [PATCH] Add app.flicky.yml --- metadata/app.flicky.yml | 79 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 metadata/app.flicky.yml diff --git a/metadata/app.flicky.yml b/metadata/app.flicky.yml new file mode 100644 index 0000000000..57125bfb6d --- /dev/null +++ b/metadata/app.flicky.yml @@ -0,0 +1,79 @@ +Categories: + - App Store & Updater + - System +License: GPL-3.0-or-later +AuthorName: MLM Games +AuthorEmail: mlm.gamestudio@gmail.com +AuthorWebSite: https://ragebreaker.itch.io/ +WebSite: https://github.com/mlm-games/flicky +SourceCode: https://github.com/mlm-games/flicky +IssueTracker: https://github.com/mlm-games/flicky/issues +Changelog: https://github.com/mlm-games/flicky/blob/HEAD/CHANGELOG.md +Donate: https://github.com/sponsors/mlm-games +Liberapay: mlm-games + +AutoName: Flicky + +RepoType: git +Repo: https://github.com/mlm-games/flicky.git + +Builds: + - versionName: 2.3.7 + versionCode: 297 + commit: c845e948ab3515dc220bf9c9343ca1c38c7c6038 + subdir: app + gradle: + - yes + binary: https://github.com/mlm-games/flicky/releases/download/%v/flicky-%v-x86.apk + gradleprops: + - enableApkSplits=true + - targetAbi=x86 + - includeUniversalApk=false + + - versionName: 2.3.7 + versionCode: 298 + commit: c845e948ab3515dc220bf9c9343ca1c38c7c6038 + subdir: app + gradle: + - yes + binary: https://github.com/mlm-games/flicky/releases/download/%v/flicky-%v-x86_64.apk + gradleprops: + - enableApkSplits=true + - targetAbi=x86_64 + - includeUniversalApk=false + + - versionName: 2.3.7 + versionCode: 299 + commit: c845e948ab3515dc220bf9c9343ca1c38c7c6038 + subdir: app + gradle: + - yes + binary: https://github.com/mlm-games/flicky/releases/download/%v/flicky-%v-armeabi-v7a.apk + gradleprops: + - enableApkSplits=true + - targetAbi=armeabi-v7a + - includeUniversalApk=false + + - versionName: 2.3.7 + versionCode: 300 + commit: c845e948ab3515dc220bf9c9343ca1c38c7c6038 + subdir: app + gradle: + - yes + binary: https://github.com/mlm-games/flicky/releases/download/%v/flicky-%v-arm64-v8a.apk + gradleprops: + - enableApkSplits=true + - targetAbi=arm64-v8a + - includeUniversalApk=false + +AllowedAPKSigningKeys: 4aed2f691df64a7b0fea25a6b8c80183c6dc520e049dac0178defa1d6472228f + +AutoUpdateMode: Version +UpdateCheckMode: Tags +VercodeOperation: + - '%c - 3' + - '%c - 2' + - '%c - 1' + - '%c' +CurrentVersion: 2.3.7 +CurrentVersionCode: 300