diff --git a/settings.gradle.kts b/settings.gradle.kts index 027fe23..8c41f7f 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,5 +1,3 @@ -rootProject.name = "ReVanced Patcher" - pluginManagement { repositories { mavenCentral() @@ -26,4 +24,5 @@ dependencyResolutionManagement { } } } + include("revanced-patcher", "arsclib-utils")