mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update KUKSA Companion App to 0.1.3 (10000103)
This commit is contained in:
parent
cbfd3db027
commit
5df664ee16
1 changed files with 13 additions and 2 deletions
|
|
@ -25,10 +25,21 @@ Builds:
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
|
|
||||||
|
- versionName: 0.1.3
|
||||||
|
versionCode: 10000103
|
||||||
|
commit: be820e51683c1eda2154e7345b130822674fde21
|
||||||
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y openjdk-17-jdk-headless
|
||||||
|
- update-alternatives --auto java
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
AllowedAPKSigningKeys: f7bf7bfb8a6d1332ce57dd9d5c90d4f1a82bce81f79385f764ba9ec87b870985
|
AllowedAPKSigningKeys: f7bf7bfb8a6d1332ce57dd9d5c90d4f1a82bce81f79385f764ba9ec87b870985
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags release/v[\d.]+
|
UpdateCheckMode: Tags release/v[\d.]+
|
||||||
UpdateCheckData: versioncode.txt|(\d+)|version.txt|([\d.]+)
|
UpdateCheckData: versioncode.txt|(\d+)|version.txt|([\d.]+)
|
||||||
CurrentVersion: 0.1.2
|
CurrentVersion: 0.1.3
|
||||||
CurrentVersionCode: 10000102
|
CurrentVersionCode: 10000103
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue