Skip to content

Build error due to missing dependencies #192

@louis-hildebrand

Description

@louis-hildebrand

When I try to build the project, Gradle says two of the dependencies could not be found (com.takisoft.fix:preference-v7:26.0.1.0 and com.pavelsikun:vintage-chroma:1.5):

Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
> Could not resolve all task dependencies for configuration ':app:debugCompileClasspath'.
   > Could not find com.takisoft.fix:preference-v7:26.0.1.0.
     Required by:
         project :app
   > Could not find com.pavelsikun:vintage-chroma:1.5.
     Required by:
         project :app

Possible solution:
 - Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html

Any idea where I can get these dependencies?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions