mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Update Calculate to 1.9 (10)
This commit is contained in:
parent
58b42943a3
commit
df597a412e
1 changed files with 13 additions and 2 deletions
|
|
@ -64,7 +64,18 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '1.9'
|
||||
versionCode: 10
|
||||
commit: ebdab8559ca5be5e1cddb16907ca54b3864b7699
|
||||
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 release-%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.8'
|
||||
CurrentVersionCode: 9
|
||||
CurrentVersion: '1.9'
|
||||
CurrentVersionCode: 10
|
||||
|
|
|
|||
Loading…
Reference in a new issue