Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency implementation error! #89

Closed
geeky-auro opened this issue May 24, 2022 · 3 comments
Closed

Dependency implementation error! #89

geeky-auro opened this issue May 24, 2022 · 3 comments

Comments

@geeky-auro
Copy link

When inserting in gradle dependencies it shows the following error..!
image

Caused by: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ':app:debugRuntimeClasspath'.

@humaneBicycle
Copy link

download the code via zip. extract the file.

  1. In android studio go to File>import module>select library as destination.
  2. remove the line "apply plugin: 'com.novoda.bintray-release" from build.gradle file in library folder.
  3. add "implementation project(':library')" in app build.gradle files

@imafzalakram
Copy link

imafzalakram commented Oct 22, 2022

For folks using a recent Gradle version, add the jitpack repo in your settings.gradle file and the Spin Kit library should resolve and download.

repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
maven { url 'https://jitpack.io' }
}

@ApunichGULSHER
Copy link

ApunichGULSHER commented Oct 27, 2022

For folks using a recent Gradle version, add the jitpack repo in your settings.gradle file and the Spin Kit library should resolve and download.

repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { maven { url 'https://jitpack.io' } }

Thanks, it works for me...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants