mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
new app: Easy Noise (com.cliambrown.easynoise.yml)
This commit is contained in:
parent
f325e2695c
commit
894ba5580b
1 changed files with 33 additions and 0 deletions
33
metadata/com.cliambrown.easynoise.yml
Normal file
33
metadata/com.cliambrown.easynoise.yml
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
Categories:
|
||||
- Multimedia
|
||||
- Sports & Health
|
||||
License: GPL-3.0-or-later
|
||||
AuthorName: C. Liam Brown
|
||||
AuthorEmail: liam@cliambrown.com
|
||||
AuthorWebSite: https://cliambrown.com/
|
||||
SourceCode: https://github.com/cliambrown/EasyNoise
|
||||
IssueTracker: https://github.com/cliambrown/EasyNoise/issues
|
||||
Changelog: https://github.com/cliambrown/EasyNoise/releases
|
||||
Donate: https://ko-fi.com/cliambrown
|
||||
|
||||
AutoName: Easy Noise
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/cliambrown/EasyNoise
|
||||
|
||||
Builds:
|
||||
- versionName: '0.2'
|
||||
versionCode: 2
|
||||
commit: v0.2
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '0.2'
|
||||
CurrentVersionCode: 2
|
||||
Loading…
Reference in a new issue