mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
New app: Add amaze file utilities metadata
This commit is contained in:
parent
6a1750d98b
commit
a4ad046b68
1 changed files with 65 additions and 0 deletions
65
metadata/com.amaze.fileutilities.yml
Normal file
65
metadata/com.amaze.fileutilities.yml
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
Categories:
|
||||
- System
|
||||
License: GPL-3.0-or-later
|
||||
AuthorName: Team Amaze
|
||||
AuthorEmail: vishalmeham2@gmail.com
|
||||
WebSite: https://teamamaze.xyz
|
||||
SourceCode: https://github.com/TeamAmaze/AmazeFileUtilities
|
||||
IssueTracker: https://github.com/TeamAmaze/AmazeFileUtilities-Issue-Tracker/issues
|
||||
Translation: https://crowdin.com/project/amaze-file-utilities
|
||||
Donate: https://github.com/TeamAmaze/AmazeFileUtilities#support
|
||||
Liberapay: Team-Amaze
|
||||
|
||||
AutoName: Amaze Utilities
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/TeamAmaze/AmazeFileUtilities
|
||||
|
||||
Builds:
|
||||
- versionName: '1.83'
|
||||
versionCode: 93
|
||||
commit: 2d14db2bc0e0ef9cda04d39fffb395964d753110
|
||||
subdir: app
|
||||
gradle:
|
||||
- fdroid
|
||||
gradleprops:
|
||||
- abiFilters=x86
|
||||
|
||||
- versionName: '1.83'
|
||||
versionCode: 94
|
||||
commit: 2d14db2bc0e0ef9cda04d39fffb395964d753110
|
||||
subdir: app
|
||||
gradle:
|
||||
- fdroid
|
||||
gradleprops:
|
||||
- abiFilters=x86_64
|
||||
|
||||
- versionName: '1.83'
|
||||
versionCode: 95
|
||||
commit: 2d14db2bc0e0ef9cda04d39fffb395964d753110
|
||||
subdir: app
|
||||
gradle:
|
||||
- fdroid
|
||||
gradleprops:
|
||||
- abiFilters=armeabi-v7a
|
||||
|
||||
- versionName: '1.83'
|
||||
versionCode: 96
|
||||
commit: 2d14db2bc0e0ef9cda04d39fffb395964d753110
|
||||
subdir: app
|
||||
gradle:
|
||||
- fdroid
|
||||
gradleprops:
|
||||
- abiFilters=arm64-v8a
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v[0-9.]+$
|
||||
VercodeOperation:
|
||||
- 4 * %c + 1
|
||||
- 4 * %c + 2
|
||||
- 4 * %c + 3
|
||||
- 4 * %c + 4
|
||||
UpdateCheckData: app/build.gradle|Integer sudoVersionCode = (\d+)|.|String versionNameText
|
||||
= "([\d.]+)"
|
||||
CurrentVersion: '1.83'
|
||||
CurrentVersionCode: 96
|
||||
Loading…
Reference in a new issue