mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-10 22:29:08 +00:00
Update Tremotesf to 2.10.0
This commit is contained in:
parent
ae180d6368
commit
1d6aee6662
1 changed files with 16 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue