mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-03 20:56:57 +00:00
cifsdocumentsprovider - update, ucd
This commit is contained in:
parent
e6b99357d7
commit
02c6c55daf
1 changed files with 15 additions and 3 deletions
|
|
@ -185,8 +185,20 @@ Builds:
|
|||
- yes
|
||||
prebuild: sed -i -e '/opennms/d' ../build.gradle.kts
|
||||
|
||||
- versionName: 2.4.0
|
||||
versionCode: 31
|
||||
commit: d1f01434cb4fc253d72ef3940ae5cc418bd6c287
|
||||
subdir: app
|
||||
sudo:
|
||||
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
||||
- apt-get update
|
||||
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: gradle/libs.versions.toml|appVersionCode\s=\s"(\d+)"|.|appVersionName\s=\s"(.*)"
|
||||
CurrentVersion: 2.3.0
|
||||
CurrentVersionCode: 29
|
||||
UpdateCheckData: build.gradle.kts|appVersionCode\sby\sextra\s\((\d+)\)|.|appVersionName\sby\sextra\s\("(.*)"\)
|
||||
CurrentVersion: 2.4.0
|
||||
CurrentVersionCode: 31
|
||||
|
|
|
|||
Loading…
Reference in a new issue