mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update com.github.catfriend1.syncthingfork.yml: Let AGP install NDK
This commit is contained in:
parent
8bfb47cdfd
commit
f069db2957
1 changed files with 5 additions and 9 deletions
|
|
@ -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
|
Binaries: https://github.com/Catfriend1/syncthing-android/releases/download/v%v/com.github.catfriend1.syncthingfork_release_v%v.apk
|
||||||
|
|
||||||
Builds:
|
Builds:
|
||||||
- versionName: 2.0.6.0
|
- versionName: 2.0.7.0
|
||||||
versionCode: 2000600
|
versionCode: 2000700
|
||||||
commit: 62186a96d74c07dec13cce220a5c21f4b63348e8
|
commit: 1fb311060269933631f6af0d3737ef6f98942deb
|
||||||
subdir: app
|
subdir: app
|
||||||
submodules: true
|
submodules: true
|
||||||
sudo:
|
sudo:
|
||||||
|
|
@ -31,10 +31,6 @@ Builds:
|
||||||
- yes
|
- yes
|
||||||
scanignore:
|
scanignore:
|
||||||
- syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
|
- 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
|
AllowedAPKSigningKeys: d374b8de5057013143c7d1515a015598c2df403be8160cae01a58c227e6e86aa
|
||||||
|
|
||||||
|
|
@ -45,5 +41,5 @@ MaintainerNotes: |-
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags ^v2[a-z0-9.]*$
|
UpdateCheckMode: Tags ^v2[a-z0-9.]*$
|
||||||
UpdateCheckData: gradle/libs.versions.toml|version-code\s=\s"(\d+)"|.|version-name\s=\s"(.*)"
|
UpdateCheckData: gradle/libs.versions.toml|version-code\s=\s"(\d+)"|.|version-name\s=\s"(.*)"
|
||||||
CurrentVersion: 2.0.6.0
|
CurrentVersion: 2.0.7.0
|
||||||
CurrentVersionCode: 2000600
|
CurrentVersionCode: 2000700
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue