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
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.0andcom.pavelsikun:vintage-chroma:1.5):Any idea where I can get these dependencies?