The library works on API 18+, which is the only requirement and should be met by many projects nowadays.
The project is publicly hosted on JCenter, where you
can download the AAR package. To fetch with Gradle, make sure you add the JCenter repository in your root projects build.gradle
file:
allprojects {
repositories {
jcenter()
}
}
Then simply download the latest version:
implementation 'com.otaliastudios.gif:compressor:1.0.0'
No other configuration steps are needed.