mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
new app: Simple Random Stock (com.willchan.simple_random_stock)
This commit is contained in:
parent
bc5934305c
commit
e20b67a2b3
1 changed files with 32 additions and 0 deletions
32
metadata/com.willchan.simple_random_stock.yml
Normal file
32
metadata/com.willchan.simple_random_stock.yml
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
Categories:
|
||||
- Money
|
||||
License: MIT
|
||||
AuthorName: William Chan
|
||||
AuthorEmail: WillWcchan@gmail.com
|
||||
SourceCode: https://github.com/WillWcchan/Simple-Random-Stock
|
||||
IssueTracker: https://github.com/WillWcchan/Simple-Random-Stock/issues
|
||||
Changelog: https://github.com/WillWcchan/Simple-Random-Stock/releases
|
||||
|
||||
AutoName: Simple Random Stock
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/WillWcchan/Simple-Random-Stock
|
||||
|
||||
Builds:
|
||||
- versionName: 1.2.0
|
||||
versionCode: 3
|
||||
commit: 1.2.0
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- simple-random-stock-key
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.2.0
|
||||
CurrentVersionCode: 3
|
||||
Loading…
Reference in a new issue