mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Jellyfin to 0.17.2 (170299)
This commit is contained in:
parent
48720d4d79
commit
970126a4f2
1 changed files with 13 additions and 2 deletions
|
|
@ -305,11 +305,22 @@ Builds:
|
||||||
- echo 'rootProject.name="jellyfin-androidtv"' >> ../settings.gradle.kts
|
- echo 'rootProject.name="jellyfin-androidtv"' >> ../settings.gradle.kts
|
||||||
- echo 'jellyfin.version=$$VERSION$$' >> ../gradle.properties
|
- echo 'jellyfin.version=$$VERSION$$' >> ../gradle.properties
|
||||||
|
|
||||||
|
- versionName: 0.17.2
|
||||||
|
versionCode: 170299
|
||||||
|
commit: v0.17.2
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e 's/s01.oss.sonatype.org.*"/maven.google.com"/' ../settings.gradle.kts
|
||||||
|
- echo 'rootProject.name="jellyfin-androidtv"' >> ../settings.gradle.kts
|
||||||
|
- echo 'jellyfin.version=$$VERSION$$' >> ../gradle.properties
|
||||||
|
|
||||||
AllowedAPKSigningKeys: d881796ed2a67ff6ef9f676828723c6b1fa18e09388962cba4abc4a594a69131
|
AllowedAPKSigningKeys: d881796ed2a67ff6ef9f676828723c6b1fa18e09388962cba4abc4a594a69131
|
||||||
|
|
||||||
AutoUpdateMode: Version v%v
|
AutoUpdateMode: Version v%v
|
||||||
UpdateCheckMode: HTTP
|
UpdateCheckMode: HTTP
|
||||||
UpdateCheckIgnore: (beta|rc)
|
UpdateCheckIgnore: (beta|rc)
|
||||||
UpdateCheckData: https://repo.jellyfin.org/releases/client/androidtv/version.txt|^v.*?=(\d+)|.|^v(.*?)=\d+
|
UpdateCheckData: https://repo.jellyfin.org/releases/client/androidtv/version.txt|^v.*?=(\d+)|.|^v(.*?)=\d+
|
||||||
CurrentVersion: 0.17.1
|
CurrentVersion: 0.17.2
|
||||||
CurrentVersionCode: 170199
|
CurrentVersionCode: 170299
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue