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

Could not find com.github.DmcSDK:MediaPickerPoject:v4.0. #134

Open
grvsingh789 opened this issue Nov 24, 2023 · 2 comments
Open

Could not find com.github.DmcSDK:MediaPickerPoject:v4.0. #134

grvsingh789 opened this issue Nov 24, 2023 · 2 comments

Comments

@grvsingh789
Copy link

No description provided.

@Mr-Anonymous
Copy link

I get this error too when I build for Android:

* What went wrong:
Execution failed for task ':app:mapReleaseSourceSetPaths'.
> Could not resolve all files for configuration ':app:releaseRuntimeClasspath'.
   > Could not find com.github.DmcSDK:MediaPickerPoject:v4.2.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/github/DmcSDK/MediaPickerPoject/v4.2/MediaPickerPoject-v4.2.pom
       - https://repo.maven.apache.org/maven2/com/github/DmcSDK/MediaPickerPoject/v4.2/MediaPickerPoject-v4.2.pom
       - https://maven.google.com/com/github/DmcSDK/MediaPickerPoject/v4.2/MediaPickerPoject-v4.2.pom
     Required by:
         project :app

@Mr-Anonymous
Copy link

Mr-Anonymous commented Jan 9, 2024

To resolve this, I added this to the repos list in platforms/android/app/repositories.gradle file:

    maven { //add this
        url 'https://jitpack.io' //add this
    }

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