mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-18 03:52:13 +00:00
Update Tremotesf to 2.10.2 (4057)
This commit is contained in:
parent
f61374450c
commit
fca4f2f63f
1 changed files with 12 additions and 2 deletions
|
|
@ -802,6 +802,16 @@ Builds:
|
||||||
scanignore:
|
scanignore:
|
||||||
- gradle-plugin/build
|
- gradle-plugin/build
|
||||||
|
|
||||||
|
- versionName: 2.10.2
|
||||||
|
versionCode: 4057
|
||||||
|
commit: 2437f3c40aeb7ed3af5fef4ee82ff97a7488c94f
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
scanignore:
|
||||||
|
- gradle-plugin/build
|
||||||
|
|
||||||
MaintainerNotes: |
|
MaintainerNotes: |
|
||||||
Tremotesf uses Gradle plugin in its build process, which is compiled from source on first Gradle invocation.
|
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.
|
Since it happens before scanning for binaries, we need to scanignore plugin's build directory.
|
||||||
|
|
@ -811,5 +821,5 @@ UpdateCheckMode: Tags
|
||||||
UpdateCheckName: Ignore
|
UpdateCheckName: Ignore
|
||||||
UpdateCheckData: app/build.gradle.kts|versionCode = (\d+)|app/build.gradle.kts|versionName
|
UpdateCheckData: app/build.gradle.kts|versionCode = (\d+)|app/build.gradle.kts|versionName
|
||||||
= "([\d.]+)"
|
= "([\d.]+)"
|
||||||
CurrentVersion: 2.10.1
|
CurrentVersion: 2.10.2
|
||||||
CurrentVersionCode: 4056
|
CurrentVersionCode: 4057
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue