mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Tremotesf to 2.9.1 (4054)
This commit is contained in:
parent
95ed04f21a
commit
696d9397c7
1 changed files with 18 additions and 2 deletions
|
|
@ -784,6 +784,22 @@ Builds:
|
||||||
- gradle-plugin/build
|
- gradle-plugin/build
|
||||||
ndk: r25c
|
ndk: r25c
|
||||||
|
|
||||||
|
- versionName: 2.9.1
|
||||||
|
versionCode: 4054
|
||||||
|
commit: 8f49c588666a4a611b254ae6f10cb651d23acc6d
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y build-essential pkgconf ninja-build autoconf automake libtool
|
||||||
|
python3-setuptools
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
prebuild: sdkmanager 'cmake;3.22.1'
|
||||||
|
scanignore:
|
||||||
|
- gradle-plugin/build
|
||||||
|
ndk: r25c
|
||||||
|
|
||||||
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.
|
||||||
|
|
@ -793,5 +809,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.9.0
|
CurrentVersion: 2.9.1
|
||||||
CurrentVersionCode: 4053
|
CurrentVersionCode: 4054
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue