Skip to content

Conversation

@LossyDragon
Copy link
Collaborator

@LossyDragon LossyDragon commented May 18, 2025

Description

Add support for zstd compressed depot chunks

zstd is a compileOnly depdency. Users will need to implement it on their own.

For example:

// JVM
implementation("com.github.luben:zstd-jni:1.5.7-3")

// Android 
implementation("com.github.luben:zstd-jni:1.5.7-3") { artifact { type = "aar" } }

Otherwise content downloading does catch the missing classes and cancels downloading with error logs about missing dependency.

Closes #334

Checklist

  • Code compiles correctly
  • All tests passing
  • Samples run successfully
  • Extended the README / documentation, if necessary

@LossyDragon LossyDragon merged commit d9f0f6c into Longi94:master May 20, 2025
1 check passed
@LossyDragon LossyDragon deleted the zstd branch May 20, 2025 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Zstd compressed chunks are not yet implemented

1 participant