You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 28, 2025. It is now read-only.
I tried to add the library to my project, but Gradle fails to resolve it.
Steps to reproduce:
Add JitPack repository in settings.gradle / build.gradle:
maven { url 'https://jitpack.io' }
Add dependency in app/build.gradle:
implementation 'com.github.YangDai2003:GifEncoderLib:1.0.5'
Sync project:
Failed to resolve: com.github.YangDai2003:GifEncoderLib:1.0.5
Show in Project Structure dialog
Affected Modules: app