...
This commit is contained in:
@@ -3,6 +3,7 @@ pluginManagement {
|
||||
gradlePluginPortal()
|
||||
google()
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,6 +11,7 @@ pluginManagement {
|
||||
dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositories {
|
||||
jcenter()
|
||||
google()
|
||||
mavenCentral()
|
||||
maven(url = "https://jitpack.io")
|
||||
@@ -19,3 +21,4 @@ dependencyResolutionManagement {
|
||||
rootProject.name = "LunarLauncher"
|
||||
include ("app","library","utils")
|
||||
//annotations
|
||||
include(":sdk")
|
||||
|
||||
Reference in New Issue
Block a user