mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Sharing: Remove AntiFeature since app icon changed
This commit is contained in:
parent
b017a434fd
commit
d7c59afdb8
1 changed files with 28 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue