Closed selvakumarmg closed 3 years ago
You need to add repositories to your root build.gradle file. I don't know which exactly are required for these libs. Just add all of them
allprojects {
repositories {
mavenCentral()
google()
jcenter()
maven { url "https://www.jitpack.io" }
}
}
I will close this now, feel free to reopen
What went wrong: Execution failed for task ':app:mergeDebugAssets'.