Skip to content

main branch not building due to missing dependencies #2838

@kagod-dev

Description

@kagod-dev

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions