diff --git a/settings.gradle.kts b/settings.gradle.kts index 13ff9c011..fd017b0e2 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -30,8 +30,12 @@ dependencyResolutionManagement { repositories { google() mavenCentral() - maven("https://jitpack.io/") - maven("https://maven.google.com/") + // libsu is only available via jitpack + maven("https://jitpack.io/") { + content { + includeModule("com.github.topjohnwu.libsu", "core") + } + } } } include(":app")