-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Description
The build job step fails on main branch due to missing dependencies.
The same happens when running ./gradlew assembleDebug
or building showcase app in Android Studio.
Some are easy to fix by adding just a dependency to build.gradle
files, but there is one reference to com.facebook.secure
package and com.facebook.secure.uriparser.SecureUriParser
class, which I can't resolve
e: fresco/animated-drawable/src/main/java/com/facebook/fresco/animation/bitmap/BitmapAnimationBackend.kt:42:21 Unresolved reference 'secure'.
What dependency should be added to solve it?
Another problem is circular dependency caused by animated-base/src/main/java/com/facebook/imagepipeline/animated/base/AnimatedImageGifValidator.kt
requiring GifMetadataDecoder
from animated-gif-lite
, which depends on animated-base
.