Update Tremotesf to 2.10.1 (4056)

This commit is contained in:
F-Droid checkupdates bot 2024-01-17 15:05:40 +00:00
parent bb4f5e39cf
commit 1a9b25695b

View file

@ -814,6 +814,20 @@ Builds:
scanignore:
- gradle-plugin/build
- versionName: 2.10.1
versionCode: 4056
commit: 3811f7b9844a76445e3089d1dbcf26a5ba033436
subdir: app
submodules: true
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-alternatives --auto java
gradle:
- fdroid
scanignore:
- gradle-plugin/build
MaintainerNotes: |
Tremotesf uses Gradle plugin in its build process, which is compiled from source on first Gradle invocation.
Since it happens before scanning for binaries, we need to scanignore plugin's build directory.
@ -823,5 +837,5 @@ UpdateCheckMode: Tags
UpdateCheckName: Ignore
UpdateCheckData: app/build.gradle.kts|versionCode = (\d+)|app/build.gradle.kts|versionName
= "([\d.]+)"
CurrentVersion: 2.10.0
CurrentVersionCode: 4055
CurrentVersion: 2.10.1
CurrentVersionCode: 4056