mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
New app request: Lotus
This commit is contained in:
parent
b46b44910b
commit
c9bf56cd45
1 changed files with 70 additions and 0 deletions
70
metadata/com.dn0ne.lotus.yml
Normal file
70
metadata/com.dn0ne.lotus.yml
Normal file
|
|
@ -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
|
||||
Loading…
Reference in a new issue