mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 07:06:52 +00:00
New app: com.mendhak.conscryptprovider
This commit is contained in:
parent
db71224949
commit
3ba00eed43
1 changed files with 30 additions and 0 deletions
30
metadata/com.mendhak.conscryptprovider.yml
Normal file
30
metadata/com.mendhak.conscryptprovider.yml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
Categories:
|
||||
- System
|
||||
License: MIT
|
||||
AuthorName: Mendhak
|
||||
AuthorWebSite: https://code.mendhak.com/
|
||||
SourceCode: https://github.com/mendhak/Conscrypt-Provider
|
||||
IssueTracker: https://github.com/mendhak/Conscrypt-Provider/issues
|
||||
Changelog: https://github.com/mendhak/Conscrypt-Provider/releases
|
||||
|
||||
AutoName: Conscrypt Provider
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/mendhak/Conscrypt-Provider.git
|
||||
|
||||
Builds:
|
||||
- versionName: '2'
|
||||
versionCode: 2
|
||||
commit: 50cfd60f22796d9717596802296cf782aad90193
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version v%c
|
||||
UpdateCheckMode: Tags ^v[.0-9]*$
|
||||
CurrentVersion: '2'
|
||||
CurrentVersionCode: 2
|
||||
Loading…
Reference in a new issue