mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
Add app.flicky.yml
This commit is contained in:
parent
9240d9fe2b
commit
c622c000a6
1 changed files with 79 additions and 0 deletions
79
metadata/app.flicky.yml
Normal file
79
metadata/app.flicky.yml
Normal file
|
|
@ -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
|
||||
Loading…
Reference in a new issue