mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Update Calculator to 1.4.0 (9)
This commit is contained in:
parent
96f992a5ba
commit
8b719e082c
1 changed files with 14 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ SourceCode: https://github.com/Darkempire78/OpenCalc
|
|||
IssueTracker: https://github.com/Darkempire78/OpenCalc/issues
|
||||
Changelog: https://github.com/Darkempire78/OpenCalc/releases
|
||||
|
||||
AutoName: OpenCalc
|
||||
AutoName: Calculator
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/Darkempire78/OpenCalc
|
||||
|
|
@ -68,7 +68,18 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.4.0
|
||||
versionCode: 9
|
||||
commit: 8f3e3bc6cd8913a48ec0a6a322975c342a4051ed
|
||||
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.3.1
|
||||
CurrentVersionCode: 7
|
||||
CurrentVersion: 1.4.0
|
||||
CurrentVersionCode: 9
|
||||
|
|
|
|||
Loading…
Reference in a new issue