mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-15 10:41:43 +00:00
freshrss - Add v1.4.1 build block + UpdateCheckData info
This commit is contained in:
parent
01c6bd6884
commit
0928bcf1d6
1 changed files with 14 additions and 2 deletions
|
|
@ -128,7 +128,19 @@ Builds:
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.4.1
|
||||||
|
versionCode: 21
|
||||||
|
commit: v1.4.1
|
||||||
|
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 v%v
|
AutoUpdateMode: Version v%v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 1.4.0
|
UpdateCheckData: .versions.properties|versionCode\s*=\s*(.*)|.|versionName\s*=\s*(.*)
|
||||||
CurrentVersionCode: 20
|
CurrentVersion: 1.4.1
|
||||||
|
CurrentVersionCode: 21
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue