mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Add com.minimalisticapps.priceconverter app into F-Droid.
This commit is contained in:
parent
771dd19332
commit
b5c9ce2921
1 changed files with 35 additions and 0 deletions
35
metadata/com.minimalisticapps.priceconverter.yml
Normal file
35
metadata/com.minimalisticapps.priceconverter.yml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
Categories:
|
||||
- Money
|
||||
License: MIT
|
||||
AuthorName: Hank Milliken
|
||||
AuthorEmail: hank.milliken94@protonmail.com
|
||||
AuthorWebSite: https://github.com/hank-milliken
|
||||
WebSite: https://github.com/Minimalistic-Apps/price-converter
|
||||
SourceCode: https://github.com/Minimalistic-Apps/price-converter
|
||||
IssueTracker: https://github.com/Minimalistic-Apps/price-converter/issues
|
||||
Changelog: https://github.com/Minimalistic-Apps/price-converter/releases
|
||||
Bitcoin: bc1qv9s85973s87rxu0628xtzmdcsvwxf2hlxqdddm
|
||||
|
||||
AutoName: Price Converter
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/Minimalistic-Apps/price-converter.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.5
|
||||
versionCode: 6
|
||||
commit: 1.0.5
|
||||
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.0.5
|
||||
CurrentVersionCode: 6
|
||||
Loading…
Reference in a new issue