mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +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
|
||||
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: |
|
||||
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.
|
||||
|
|
@ -793,5 +809,5 @@ UpdateCheckMode: Tags
|
|||
UpdateCheckName: Ignore
|
||||
UpdateCheckData: app/build.gradle.kts|versionCode = (\d+)|app/build.gradle.kts|versionName
|
||||
= "([\d.]+)"
|
||||
CurrentVersion: 2.9.0
|
||||
CurrentVersionCode: 4053
|
||||
CurrentVersion: 2.9.1
|
||||
CurrentVersionCode: 4054
|
||||
|
|
|
|||
Loading…
Reference in a new issue