Dhanrajsinh Parmar
Results
3
comments of
Dhanrajsinh Parmar
- I'm using Android Studio Chipmunk | 2021.2.1 Patch 1
You have us jcenter() along with mavenCentral(). just like below👇👇 dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google() **jcenter()** mavenCentral() maven { url 'https://jitpack.io' } } }