mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
new app: Plutus Investment Tracker
This commit is contained in:
parent
c7936346e1
commit
d5d17e4620
1 changed files with 30 additions and 0 deletions
30
metadata/com.soumikshah.investmenttracker.yml
Normal file
30
metadata/com.soumikshah.investmenttracker.yml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
Categories:
|
||||
- Money
|
||||
License: Apache-2.0
|
||||
AuthorName: Soumik
|
||||
AuthorEmail: developer@soumikshah.com
|
||||
SourceCode: https://github.com/soumikshah/Plutus-InvestmentTracker
|
||||
IssueTracker: https://github.com/soumikshah/Plutus-InvestmentTracker/issues
|
||||
Changelog: https://github.com/soumikshah/Plutus-InvestmentTracker/releases
|
||||
|
||||
AutoName: Plutus
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/soumikshah/Plutus-InvestmentTracker
|
||||
|
||||
Builds:
|
||||
- versionName: '1.1'
|
||||
versionCode: 2
|
||||
commit: d33e7bf63b6a6931a56b429044c80a1a04886505
|
||||
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
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.1'
|
||||
CurrentVersionCode: 2
|
||||
Loading…
Reference in a new issue