We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3300df0 commit b3b7746Copy full SHA for b3b7746
README.md
@@ -21,7 +21,7 @@ Bundled GIFLib via JNI is used to render frames. This way should be more efficie
21
Insert the following dependency to `build.gradle` file of your project.
22
```groovy
23
dependencies {
24
- implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.22'
+ implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.23'
25
}
26
```
27
Note that Maven central repository should be defined eg. in top-level `build.gradle` like this:
0 commit comments