Update Tremotesf to 2.10.0

This commit is contained in:
Alexey Rochev 2024-01-13 02:11:41 +03:00 committed by linsui
parent ae180d6368
commit 1d6aee6662

View file

@ -800,6 +800,20 @@ Builds:
- gradle-plugin/build
ndk: r25c
- versionName: 2.10.0
versionCode: 4055
commit: 2.10.0
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.
@ -809,5 +823,5 @@ UpdateCheckMode: Tags
UpdateCheckName: Ignore
UpdateCheckData: app/build.gradle.kts|versionCode = (\d+)|app/build.gradle.kts|versionName
= "([\d.]+)"
CurrentVersion: 2.9.1
CurrentVersionCode: 4054
CurrentVersion: 2.10.0
CurrentVersionCode: 4055