mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-04 21:26:57 +00:00
new app: Make Some Noise (org.jfo.app.makesomenoise)
This commit is contained in:
parent
c176deb232
commit
6f2f1db761
1 changed files with 29 additions and 0 deletions
29
metadata/org.jfo.app.makesomenoise.yml
Normal file
29
metadata/org.jfo.app.makesomenoise.yml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
Categories:
|
||||
- Games
|
||||
License: GPL-3.0-only
|
||||
AuthorName: J.FORESTIER
|
||||
AuthorEmail: app@palmeteo.com
|
||||
SourceCode: https://github.com/psa-jforestier/makesomenoise
|
||||
IssueTracker: https://github.com/psa-jforestier/makesomenoise/issues
|
||||
|
||||
AutoName: Make Some Noise
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/psa-jforestier/makesomenoise.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.2.1
|
||||
versionCode: 121
|
||||
commit: 1.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: 1.2.1
|
||||
CurrentVersionCode: 121
|
||||
Loading…
Reference in a new issue