mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
41 lines
950 B
YAML
41 lines
950 B
YAML
Categories:
|
|
- Money
|
|
License: MIT
|
|
AuthorName: Pranjal Verma
|
|
AuthorWebSite: https://pvcodes.netlify.app/
|
|
SourceCode: https://gitlab.com/pvcodes/debtcalc
|
|
IssueTracker: https://gitlab.com/pvcodes/debtcalc/issues
|
|
Changelog: https://gitlab.com/pvcodes/debtcalc/-/releases
|
|
|
|
AutoName: DebtCalc
|
|
|
|
RepoType: git
|
|
Repo: https://gitlab.com/pvcodes/debtcalc.git
|
|
|
|
Builds:
|
|
- versionName: 1.0.1
|
|
versionCode: 2
|
|
commit: 91409cdf85ce6e63d2054d7857784849f6aabdba
|
|
subdir: app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.0.2
|
|
versionCode: 3
|
|
commit: 145bcb18ea47f0b8567de3d657bb45646288efe2
|
|
subdir: app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 1.0.2
|
|
CurrentVersionCode: 3
|