juandspcf-bit
Results
1
comments of
juandspcf-bit
the current way of adding 'https://jitpack.io' is by modifing your settings.gradle file as this: `pluginManagement { repositories { gradlePluginPortal() google() mavenCentral() jcenter() } } dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google()...