Open sushantsharma7 opened 2 years ago
Add this in your settings.gradle repositories
maven { url "https://jitpack.io" }
here is my settings.gradle
dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google() mavenCentral() maven { url "https://jitpack.io" } jcenter() } } rootProject.name = "ProjectName" include ':app' include ':ucrop'
Could not determine the dependencies of task ':app:preDebugBuild'.