Gif doesn't work with my library :
implementation 'com.github.Cutta:GifView:1.1'
repositories {
maven {
url "https://jitpack.io"
}
My layout
<com.cunoraz.gifview.library.GifView
android:id="@+id/gif1"
android:layout_width="212dp"
android:layout_height="132dp"
app:gif="@drawable/tst1" />
My apk stopped and didn't show anything.