mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-05 21:56:58 +00:00
Add com.fredhappyface.fhcode (FHCode)
This commit is contained in:
parent
10b605cc20
commit
a55ecd7828
1 changed files with 29 additions and 0 deletions
29
metadata/com.fredhappyface.fhcode.yml
Normal file
29
metadata/com.fredhappyface.fhcode.yml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
Categories:
|
||||
- Development
|
||||
License: MIT
|
||||
AuthorName: FredHappyface
|
||||
SourceCode: https://github.com/fredhappyface/android.fhcode
|
||||
IssueTracker: https://github.com/fredhappyface/android.fhcode/issues
|
||||
Changelog: https://github.com/FredHappyface/Android.FHCode/blob/HEAD/CHANGELOG.md
|
||||
|
||||
AutoName: FHCode
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/fredhappyface/android.fhcode
|
||||
|
||||
Builds:
|
||||
- versionName: 2021.11.04
|
||||
versionCode: 20211104
|
||||
commit: '20211104'
|
||||
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 %c
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 2021.11.04
|
||||
CurrentVersionCode: 20211104
|
||||
Loading…
Reference in a new issue