From d7c59afdb8ba507907e8d6bd2e6f0a22951c18cd Mon Sep 17 00:00:00 2001 From: Ammar64 Date: Wed, 23 Oct 2024 11:19:06 +0000 Subject: [PATCH] Sharing: Remove AntiFeature since app icon changed --- metadata/com.ammar.sharing.yml | 34 ++++++++++++++++++++++++++++------ 1 file changed, 28 insertions(+), 6 deletions(-) diff --git a/metadata/com.ammar.sharing.yml b/metadata/com.ammar.sharing.yml index c5afa0a641..eefede9443 100644 --- a/metadata/com.ammar.sharing.yml +++ b/metadata/com.ammar.sharing.yml @@ -1,7 +1,3 @@ -AntiFeatures: - NonFreeAssets: - en-US: App icon is not free. - ar: شعار التطبيق غير مجانى Categories: - Connectivity License: AGPL-3.0-only @@ -10,6 +6,7 @@ AuthorEmail: ammar_ramadan151515@hotmail.com SourceCode: https://github.com/Ammar64/Sharing IssueTracker: https://github.com/Ammar64/Sharing/issues Translation: https://hosted.weblate.org/projects/sharing +Changelog: https://github.com/Ammar64/Sharing/releases Donate: https://github.com/sponsors/Ammar64 AutoName: sharing @@ -26,6 +23,10 @@ Builds: gradle: - yes binary: https://github.com/Ammar64/Sharing/releases/download/%v/Sharing.apk + antifeatures: + NonFreeAssets: + en-US: App icon is not free. + ar: شعار التطبيق غير مجانى - versionName: v1.5.2-beta1 versionCode: 18 @@ -39,6 +40,10 @@ Builds: prebuild: - cd .. - npm install --prefix web + antifeatures: + NonFreeAssets: + en-US: App icon is not free. + ar: شعار التطبيق غير مجانى - versionName: v1.5.2-beta2 versionCode: 19 @@ -52,10 +57,27 @@ Builds: prebuild: - cd .. - npm install --prefix web + antifeatures: + NonFreeAssets: + en-US: App icon is not free. + ar: شعار التطبيق غير مجانى + + - versionName: v1.5.3 + versionCode: 21 + commit: ad5aefb82edf1a9f9c8e59d62d3765de405578f6 + subdir: app + sudo: + - apt-get update + - apt-get install -y npm rsync node-typescript + gradle: + - yes + prebuild: + - cd .. + - npm install --prefix web AllowedAPKSigningKeys: 6042462dcefe2df10564b8d48b5d575dc4cc154a512013f541fa64bc19e95cd7 AutoUpdateMode: Version UpdateCheckMode: Tags ^((?!alpha|beta).)*$ -CurrentVersion: '1.5' -CurrentVersionCode: 15 +CurrentVersion: v1.5.3 +CurrentVersionCode: 21