android-ndk-gif
android-ndk-gif copied to clipboard
using problem
i can't import this library to my android project.Can anybody help?
Is it not working to put the following code in build.gradle? If not, what is the error message?
repositories { maven { url "http://dl.bintray.com/waynejo/maven" } ... }
dependencies { compile('com.waynejo:androidndkgif:0.3.2') }