Open thawzintoe-codigo opened 2 years ago
Adding this maven URL to settings.gradle fixed the issue for me.
settings.gradle
dependencyResolutionManagement { ... repositories { ... maven { url "https://plugins.gradle.org/m2/" } } }
You can use jitpack.io. https://jitpack.io/#ncapdevi/FragNav
Adding this maven URL to
settings.gradle
fixed the issue for me.