Open ShoaibKakal opened 2 years ago
Did you add the JitPack repository to your root build.gradle?
Should look like this:
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
maven { url "https://jitpack.io" }
I had it, but still not working
Make sure you have added maven { url "https://jitpack.io" } in repositries section in settings.gradle file.
i added dependency but still getting this error.