Open 00RohitRoshan opened 2 years ago
add this maven { url 'https://jitpack.io' } in dependencyResolutionManagement like this
dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google() mavenCentral() maven { url 'https://jitpack.io' } }
Can any body suggest how to fix this 👆.