Support tar with files larger than 8GiB

Fix #7838
This commit is contained in:
topjohnwu
2024-03-14 16:54:46 -07:00
parent c951b208a1
commit 81658d45f7
2 changed files with 9 additions and 10 deletions

View File

@@ -70,7 +70,7 @@ configurations.all {
dependencies {
implementation(project(":app:shared"))
implementation("com.github.topjohnwu:jtar:1.0.0")
implementation("com.github.topjohnwu:jtar:1.1.0")
implementation("com.github.topjohnwu:indeterminate-checkbox:1.0.7")
implementation("com.github.topjohnwu:lz4-java:1.7.1")
implementation("com.jakewharton.timber:timber:5.0.1")