mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
new app: BluePass 0.2.1
This commit is contained in:
parent
811ca7285d
commit
2bd83a1831
1 changed files with 31 additions and 0 deletions
31
metadata/org.booncode.bluepass4.yml
Normal file
31
metadata/org.booncode.bluepass4.yml
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
Categories:
|
||||
- System
|
||||
- Connectivity
|
||||
- Phone & SMS
|
||||
- Security
|
||||
License: MIT
|
||||
AuthorName: Manuel Huber
|
||||
SourceCode: https://github.com/boon-code/bluepass
|
||||
IssueTracker: https://github.com/boon-code/bluepass/issues
|
||||
|
||||
AutoName: BluePass4
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/boon-code/bluepass
|
||||
|
||||
Builds:
|
||||
- versionName: 0.2.1
|
||||
versionCode: 4
|
||||
commit: 0.2.1
|
||||
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
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.2.1
|
||||
CurrentVersionCode: 4
|
||||
Loading…
Reference in a new issue