mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 23:26:52 +00:00
Update Calculate to 2.1 (20)
This commit is contained in:
parent
8176e0e1f3
commit
c30be2112e
1 changed files with 13 additions and 2 deletions
|
|
@ -86,7 +86,18 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '2.1'
|
||||
versionCode: 20
|
||||
commit: 28a161bbb90c113473ebba37a7af81ff2b0116c2
|
||||
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: '2.0'
|
||||
CurrentVersionCode: 19
|
||||
CurrentVersion: '2.1'
|
||||
CurrentVersionCode: 20
|
||||
|
|
|
|||
Loading…
Reference in a new issue