You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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' }
The text was updated successfully, but these errors were encountered:
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' }
The text was updated successfully, but these errors were encountered: