mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
New App: com.inator.calculator
This commit is contained in:
parent
11fccdd1e6
commit
94993c58b2
1 changed files with 33 additions and 0 deletions
33
metadata/com.inator.calculator.yml
Normal file
33
metadata/com.inator.calculator.yml
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
Categories:
|
||||
- System
|
||||
- Money
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Prathamesh More
|
||||
AuthorWebSite: https://prathameshmm02.github.io
|
||||
SourceCode: https://github.com/prathameshmm02/calculator-inator
|
||||
IssueTracker: https://github.com/prathameshmm02/calculator-inator/issues
|
||||
Changelog: https://github.com/prathameshmm02/calculator-inator/releases
|
||||
|
||||
AutoName: Calculator-inator
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/prathameshmm02/calculator-inator
|
||||
|
||||
Builds:
|
||||
- versionName: 1.2.0
|
||||
versionCode: 6
|
||||
commit: v1.2.0
|
||||
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
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.2.0
|
||||
CurrentVersionCode: 6
|
||||
Loading…
Reference in a new issue