Skip to content
This repository was archived by the owner on Mar 9, 2025. It is now read-only.

marykdb/lz4-android

Repository files navigation

GitHub license Download

LZ4 for android

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.

Installation

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")

Documentation

For more information on how to use LZ4 in your Android app, refer to the official LZ4 documentation.

License

This project is licensed under the Apache License, Version 2.0 - see the LICENSE file for details.

About

Android compilation of lz4-library

Resources

License

Stars

Watchers

Forks

Packages

No packages published