diff --git a/metadata/app.fluffy.yml b/metadata/app.fluffy.yml new file mode 100644 index 0000000000..b3156740a4 --- /dev/null +++ b/metadata/app.fluffy.yml @@ -0,0 +1,78 @@ +Categories: + - Multimedia +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/fluffy +SourceCode: https://github.com/mlm-games/fluffy +IssueTracker: https://github.com/mlm-games/fluffy/issues +Changelog: https://github.com/mlm-games/fluffy/blob/HEAD/CHANGELOG.md +Donate: https://github.com/sponsors/mlm-games +Liberapay: mlm-games + +AutoName: Fluffy + +RepoType: git +Repo: https://github.com/mlm-games/fluffy.git + +Builds: + - versionName: 3.2.7 + versionCode: 487 + commit: b96835a22a38459e8ac0f56072ef1ff727ca12cd + subdir: app + gradle: + - yes + binary: https://github.com/mlm-games/fluffy/releases/download/%v/fluffy-%v-x86.apk + gradleprops: + - enableApkSplits=true + - targetAbi=x86 + - includeUniversalApk=false + + - versionName: 3.2.7 + versionCode: 488 + commit: b96835a22a38459e8ac0f56072ef1ff727ca12cd + subdir: app + gradle: + - yes + binary: https://github.com/mlm-games/fluffy/releases/download/%v/fluffy-%v-x86_64.apk + gradleprops: + - enableApkSplits=true + - targetAbi=x86_64 + - includeUniversalApk=false + + - versionName: 3.2.7 + versionCode: 489 + commit: b96835a22a38459e8ac0f56072ef1ff727ca12cd + subdir: app + gradle: + - yes + binary: https://github.com/mlm-games/fluffy/releases/download/%v/fluffy-%v-armeabi-v7a.apk + gradleprops: + - enableApkSplits=true + - targetAbi=armeabi-v7a + - includeUniversalApk=false + + - versionName: 3.2.7 + versionCode: 490 + commit: b96835a22a38459e8ac0f56072ef1ff727ca12cd + subdir: app + gradle: + - yes + binary: https://github.com/mlm-games/fluffy/releases/download/%v/fluffy-%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: 3.2.7 +CurrentVersionCode: 490