diff --git a/settings.gradle b/settings.gradle index 8b4f17817..67c69b472 100644 --- a/settings.gradle +++ b/settings.gradle @@ -10,7 +10,16 @@ dependencyResolutionManagement { repositories { google() mavenCentral() - maven { url "https://jitpack.io" } + exclusiveContent { + forRepository { + maven { url "https://jitpack.io" } + } + filter { + // limit jitpack repository to these groups + includeGroup "com.github.yalantis" + includeGroup "com.github.invissvenska" + } + } } } rootProject.name = "Catima"