mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 10:11:43 +00:00
Add new apps: com.bnyro.contacts and com.bnyro.clock
This commit is contained in:
parent
c02a389a54
commit
3665f53b66
2 changed files with 68 additions and 0 deletions
34
metadata/com.bnyro.clock.yml
Normal file
34
metadata/com.bnyro.clock.yml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
Categories:
|
||||
- System
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Bnyro
|
||||
AuthorEmail: bnyro@tutanota.com
|
||||
AuthorWebSite: https://bnyro.is-a.dev/
|
||||
SourceCode: https://github.com/Bnyro/ClockYou
|
||||
IssueTracker: https://github.com/Bnyro/ClockYou/issues
|
||||
Changelog: https://github.com/Bnyro/ClockYou/releases
|
||||
|
||||
AutoName: Clock You
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/Bnyro/ClockYou.git
|
||||
Binaries: https://github.com/Bnyro/ClockYou/releases/download/v%v/app-release.apk
|
||||
|
||||
Builds:
|
||||
- versionName: '5.1'
|
||||
versionCode: 8
|
||||
commit: 0c211ae719ece68fd711cf85936651b6ab0511dc
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AllowedAPKSigningKeys: 49116531dbcff3cb7861e96a75709ea14cd79052fdffa9bea383b416ecfeb5ee
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '5.1'
|
||||
CurrentVersionCode: 8
|
||||
34
metadata/com.bnyro.contacts.yml
Normal file
34
metadata/com.bnyro.contacts.yml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
Categories:
|
||||
- System
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Bnyro
|
||||
AuthorEmail: bnyro@tutanota.com
|
||||
AuthorWebSite: https://bnyro.is-a.dev/
|
||||
SourceCode: https://github.com/Bnyro/ConnectYou
|
||||
IssueTracker: https://github.com/Bnyro/ConnectYou/issues
|
||||
Changelog: https://github.com/Bnyro/ConnectYou/releases
|
||||
|
||||
AutoName: Connect You
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/Bnyro/ConnectYou.git
|
||||
Binaries: https://github.com/Bnyro/ConnectYou/releases/download/v%v/app-release.apk
|
||||
|
||||
Builds:
|
||||
- versionName: '5.1'
|
||||
versionCode: 22
|
||||
commit: e94969234e1e8d84737cb50c2a9b2eb08b84d0bc
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AllowedAPKSigningKeys: 49116531dbcff3cb7861e96a75709ea14cd79052fdffa9bea383b416ecfeb5ee
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '5.1'
|
||||
CurrentVersionCode: 22
|
||||
Loading…
Reference in a new issue