From a4ad046b68cd57a29ede95560a8682f21773108d Mon Sep 17 00:00:00 2001 From: Vishal Nehra Date: Thu, 27 Apr 2023 14:11:13 +0000 Subject: [PATCH] New app: Add amaze file utilities metadata --- metadata/com.amaze.fileutilities.yml | 65 ++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 metadata/com.amaze.fileutilities.yml diff --git a/metadata/com.amaze.fileutilities.yml b/metadata/com.amaze.fileutilities.yml new file mode 100644 index 0000000000..e93d6afeca --- /dev/null +++ b/metadata/com.amaze.fileutilities.yml @@ -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