mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
fix: Point UpdateCheckData at build.gradle.kts and modify regexp to include "="
This commit is contained in:
parent
d8fff9a3ac
commit
beab29d9c6
1 changed files with 18 additions and 3 deletions
|
|
@ -100,8 +100,23 @@ Builds:
|
|||
scandelete:
|
||||
- plugins/markdown2resource/build
|
||||
|
||||
- versionName: 2.1.1
|
||||
versionCode: 10
|
||||
commit: 51c2ef06074c6f833ff6ab6e62233241a14bae1d
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- blue
|
||||
- fdroid
|
||||
scandelete:
|
||||
- plugins/markdown2resource/build
|
||||
- build-logic/convention/build
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v[\d.]+$
|
||||
UpdateCheckData: app/build.gradle|versionCode\s(\d+)|.|versionName\s"([\d.]+)"
|
||||
CurrentVersion: 2.0.0
|
||||
CurrentVersionCode: 8
|
||||
UpdateCheckData: app/build.gradle.kts|versionCode\s=\s(\d+)|.|versionName\s=\s"([\d.]+)"
|
||||
CurrentVersion: 2.1.1
|
||||
CurrentVersionCode: 10
|
||||
|
|
|
|||
Loading…
Reference in a new issue