LZ4 is a lossless data compression algorithm that is optimized for high compression and fast decompression speed. This project exposes a statically compiled library of LZ4 for the Android platform. These dependencies can be added to projects that need to run LZ4 on Android devices.
The project is published on Maven Central. To use LZ4 in your Android project, add the following dependency to your Gradle file:
Gradle:
implementation("io.maryk.lz4:lz4-android:1.10.0")
For more information on how to use LZ4 in your Android app, refer to the official LZ4 documentation.
This project is licensed under the Apache License, Version 2.0 - see the LICENSE file for details.