mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
add Quick Calculation (io.github.subhamtyagi.quickcalculation)
This commit is contained in:
parent
3ba00eed43
commit
6a1ec77caf
1 changed files with 29 additions and 0 deletions
29
metadata/io.github.subhamtyagi.quickcalculation.yml
Normal file
29
metadata/io.github.subhamtyagi.quickcalculation.yml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
Categories:
|
||||
- Science & Education
|
||||
License: GPL-3.0-only
|
||||
AuthorName: SubhamTyagi
|
||||
SourceCode: https://github.com/SubhamTyagi/quick-calculation
|
||||
IssueTracker: https://github.com/SubhamTyagi/quick-calculation/issues
|
||||
Changelog: https://github.com/SubhamTyagi/quick-calculation/releases
|
||||
|
||||
AutoName: Quick Calculation
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/SubhamTyagi/quick-calculation
|
||||
|
||||
Builds:
|
||||
- versionName: '1.1'
|
||||
versionCode: 2
|
||||
commit: v1.1
|
||||
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%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.1'
|
||||
CurrentVersionCode: 2
|
||||
Loading…
Reference in a new issue