mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Update Key Mapper to 2.3.3 (52)
This commit is contained in:
parent
39ccc30dbf
commit
dbc5786b8d
1 changed files with 13 additions and 2 deletions
|
|
@ -159,8 +159,19 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 2.3.3
|
||||
versionCode: 52
|
||||
commit: d5c764fe83f3ee035558f7f9042d0826b7f76bf8
|
||||
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 ^v[\d.]+$
|
||||
UpdateCheckData: app/version.properties|VERSION_CODE=(\d+)|.|VERSION_NAME=(.+)
|
||||
CurrentVersion: 2.3.2
|
||||
CurrentVersionCode: 51
|
||||
CurrentVersion: 2.3.3
|
||||
CurrentVersionCode: 52
|
||||
|
|
|
|||
Loading…
Reference in a new issue