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

Getting this error after adding the dependenecy #83

Open
KashifAhmad opened this issue Jun 24, 2022 · 1 comment
Open

Getting this error after adding the dependenecy #83

KashifAhmad opened this issue Jun 24, 2022 · 1 comment

Comments

@KashifAhmad
Copy link

KashifAhmad commented Jun 24, 2022

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

What i have added the lib in app level build.gradle:
implementation 'com.github.a914-gowtham:android-video-trimmer:1.7.0'
and added this in project level build.gradle:
maven { url 'https://jitpack.io' }
Screenshot 2022-06-24 at 3 57 31 PM

@a914-gowtham
Copy link
Owner

Hi @KashifAhmad , Make sure you added jitpack url in allprojects closure like below. refer this file if you need

allprojects {
    repositories {
        google()
        jcenter()
        mavenCentral()
        maven { url 'https://jitpack.io' }
    }
}

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

2 participants