mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Add a manual entry for version 1.4.0 as the gradle task to build for F-Droid has changed.
This commit is contained in:
parent
dc1d75ade2
commit
9c98c30cb2
1 changed files with 15 additions and 2 deletions
|
|
@ -74,8 +74,21 @@ Builds:
|
|||
scandelete:
|
||||
- plugins/markdown2resource/build
|
||||
|
||||
- versionName: 1.4.0
|
||||
versionCode: 7
|
||||
commit: 9b85ae08a1913e20304f294e40c9034e09a38513
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- blueFdroid
|
||||
scandelete:
|
||||
- plugins/markdown2resource/build
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v[\d.]+$
|
||||
UpdateCheckData: app/build.gradle|versionCode\s(\d+)|.|versionName\s"([\d.]+)"
|
||||
CurrentVersion: 1.3.0
|
||||
CurrentVersionCode: 6
|
||||
CurrentVersion: 1.4.0
|
||||
CurrentVersionCode: 7
|
||||
|
|
|
|||
Loading…
Reference in a new issue