mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-21 13:19:14 +00:00
new app: Gcam Services Provider (de.lukaspieper.gcam.services)
This commit is contained in:
parent
46e7614492
commit
7139a2703f
1 changed files with 30 additions and 0 deletions
30
metadata/de.lukaspieper.gcam.services.yml
Normal file
30
metadata/de.lukaspieper.gcam.services.yml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
Categories:
|
||||
- System
|
||||
License: MIT
|
||||
AuthorName: Lukas Pieper
|
||||
SourceCode: https://github.com/lukaspieper/Gcam-Services-Provider
|
||||
IssueTracker: https://github.com/lukaspieper/Gcam-Services-Provider/issues
|
||||
Changelog: https://github.com/lukaspieper/Gcam-Services-Provider/releases
|
||||
|
||||
Name: Gcam Services Provider (Basic)
|
||||
AutoName: Gcam Services Provider
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/lukaspieper/Gcam-Services-Provider
|
||||
|
||||
Builds:
|
||||
- versionName: '1.5'
|
||||
versionCode: 6
|
||||
commit: v1.5
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- basic
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.5'
|
||||
CurrentVersionCode: 6
|
||||
Loading…
Reference in a new issue