We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7863fbb commit 39e8217Copy full SHA for 39e8217
settings.gradle.kts
@@ -1,19 +1,16 @@
1
pluginManagement {
2
repositories {
3
- gradlePluginPortal()
4
- google()
5
mavenCentral()
6
- maven("https://jitpack.io")
7
- mavenLocal()
+ google()
+ gradlePluginPortal()
8
}
9
10
dependencyResolutionManagement {
11
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
12
13
14
15
maven("https://jitpack.io")
16
17
maven {
18
// A repository must be specified for some reason. "registry" is a dummy.
19
url = uri("https://maven.pkg.github.com/revanced/registry")
@@ -24,5 +21,6 @@ dependencyResolutionManagement {
24
21
25
22
26
23
+
27
rootProject.name = "ReVanced Manager"
28
include(":app")
0 commit comments