mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +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:
|
||||
- Connectivity
|
||||
License: GPL-3.0-or-later
|
||||
|
|
@ -5,12 +9,13 @@ AuthorName: Ammar64
|
|||
AuthorEmail: ammar_ramadan151515@hotmail.com
|
||||
SourceCode: https://github.com/Ammar64/Sharing
|
||||
IssueTracker: https://github.com/Ammar64/Sharing/issues
|
||||
Donate: https://github.com/sponsors/Ammar64
|
||||
|
||||
AutoName: sharing
|
||||
|
||||
RepoType: git
|
||||
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:
|
||||
- versionName: '1.5'
|
||||
|
|
@ -19,6 +24,20 @@ Builds:
|
|||
subdir: app
|
||||
gradle:
|
||||
- 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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue