Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fragmentKtx = "1.8.9"
fuzzywuzzy = "1.4.0"
jacksonModuleKotlin = { strictly = "2.13.1" } # Later versions don't support minSdk <26 (Crashes on Android TV's and FireSticks)
json = "20251224"
jsoup = "1.21.2"
jsoup = "1.22.1"
junit = "4.13.2"
junitKtx = "1.3.0"
junitVersion = "1.3.0"
Expand All @@ -45,7 +45,7 @@ torrentserver = "7861970e038b35cd8c6918384e49caf26903e09e"
tvprovider = "1.1.0"
video = "1.0.0"
workRuntimeKtx = "2.10.5"
zipline = "1.24.0"
zipline = "1.25.0"

jvmTarget = "1.8"
jdkToolchain = "17"
Expand Down