Update com.github.catfriend1.syncthingfork.yml: Let AGP install NDK

This commit is contained in:
Catfriend1 2025-09-05 18:56:22 +02:00 committed by GitLab
parent 8bfb47cdfd
commit f069db2957
No known key found for this signature in database

View file

@ -15,9 +15,9 @@ Repo: https://github.com/Catfriend1/syncthing-android.git
Binaries: https://github.com/Catfriend1/syncthing-android/releases/download/v%v/com.github.catfriend1.syncthingfork_release_v%v.apk
Builds:
- versionName: 2.0.6.0
versionCode: 2000600
commit: 62186a96d74c07dec13cce220a5c21f4b63348e8
- versionName: 2.0.7.0
versionCode: 2000700
commit: 1fb311060269933631f6af0d3737ef6f98942deb
subdir: app
submodules: true
sudo:
@ -31,10 +31,6 @@ Builds:
- yes
scanignore:
- syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
build:
- export ndkversion=$(grep "ndkVersionShared" ../build.gradle.kts | cut -d '"'
-f 4)
- sdkmanager "ndk;$ndkversion"
AllowedAPKSigningKeys: d374b8de5057013143c7d1515a015598c2df403be8160cae01a58c227e6e86aa
@ -45,5 +41,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v2[a-z0-9.]*$
UpdateCheckData: gradle/libs.versions.toml|version-code\s=\s"(\d+)"|.|version-name\s=\s"(.*)"
CurrentVersion: 2.0.6.0
CurrentVersionCode: 2000600
CurrentVersion: 2.0.7.0
CurrentVersionCode: 2000700