The airG android 'misc' library is a group of utilities for easier checksum calculation, compression, and decompression as well some utility types.
compile 'com.airg.android:misc:+@aar'
Contributions are appreciated and welcome. In order to contribute to this repo please follow these steps:
- Fork the repo
- Add this repo as the
upstreamrepo in your fork (git remote add upstream git@github.com:airG/android-misc.git) - Contribute (Be sure to format your code according to th included code style settings)
- IMPORTANT: Rebase with upstream (
git pull --rebase upstream) - Submit a pull request