We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, When I build the project using the Motion Toast imports in project and app gradle files, the compiler gives me the following error ->
Execution failed for task ':app:checkDebugDuplicateClasses'.
Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Could not find com.github.Spikeysanju:MotionToast:1.4. Searched in the following locations: - https://dl.google.com/dl/android/maven2/com/github/Spikeysanju/MotionToast/1.4/MotionToast-1.4.pom - https://repo.maven.apache.org/maven2/com/github/Spikeysanju/MotionToast/1.4/MotionToast-1.4.pom - https://jcenter.bintray.com/com/github/Spikeysanju/MotionToast/1.4/MotionToast-1.4.pom Required by: project :app
Here's a copy of the gradle
The text was updated successfully, but these errors were encountered:
maven { url "https://jitpack.io" }
Put it inside allrepository block inside settings.graddle.
dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google() mavenCentral() jcenter() // Warning: this repository is going to shut down soon maven { url "https://jitpack.io" } } }
Sorry, something went wrong.
No branches or pull requests
Hi, When I build the project using the Motion Toast imports in project and app gradle files, the compiler gives me the following error ->
Execution failed for task ':app:checkDebugDuplicateClasses'.
Here's a copy of the gradle
The text was updated successfully, but these errors were encountered: