mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
sharing - add beta
This commit is contained in:
parent
154daaebdd
commit
2a1970ef7f
1 changed files with 20 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
AntiFeatures:
|
||||||
|
NonFreeAssets:
|
||||||
|
en-US: App icon is not free.
|
||||||
|
ar: شعار التطبيق غير مجانى
|
||||||
Categories:
|
Categories:
|
||||||
- Connectivity
|
- Connectivity
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
|
@ -5,12 +9,13 @@ AuthorName: Ammar64
|
||||||
AuthorEmail: ammar_ramadan151515@hotmail.com
|
AuthorEmail: ammar_ramadan151515@hotmail.com
|
||||||
SourceCode: https://github.com/Ammar64/Sharing
|
SourceCode: https://github.com/Ammar64/Sharing
|
||||||
IssueTracker: https://github.com/Ammar64/Sharing/issues
|
IssueTracker: https://github.com/Ammar64/Sharing/issues
|
||||||
|
Donate: https://github.com/sponsors/Ammar64
|
||||||
|
|
||||||
AutoName: sharing
|
AutoName: sharing
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/Ammar64/Sharing
|
Repo: https://github.com/Ammar64/Sharing
|
||||||
Binaries: https://github.com/Ammar64/Sharing/releases/download/%v/Sharing.apk
|
Binaries: https://github.com/Ammar64/Sharing/releases/download/%v/Sharing-%v.apk
|
||||||
|
|
||||||
Builds:
|
Builds:
|
||||||
- versionName: '1.5'
|
- versionName: '1.5'
|
||||||
|
|
@ -19,6 +24,20 @@ Builds:
|
||||||
subdir: app
|
subdir: app
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
|
binary: https://github.com/Ammar64/Sharing/releases/download/%v/Sharing.apk
|
||||||
|
|
||||||
|
- versionName: v1.5.1-beta2
|
||||||
|
versionCode: 17
|
||||||
|
commit: 352d39121d965b76fc419db6fff328f66cd5653f
|
||||||
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y npm rsync node-typescript
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild:
|
||||||
|
- cd ..
|
||||||
|
- npm install --prefix web
|
||||||
|
|
||||||
AllowedAPKSigningKeys: 6042462dcefe2df10564b8d48b5d575dc4cc154a512013f541fa64bc19e95cd7
|
AllowedAPKSigningKeys: 6042462dcefe2df10564b8d48b5d575dc4cc154a512013f541fa64bc19e95cd7
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue