You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
pluginManagement {
|
|
|
|
repositories {
|
|
|
|
**ARTIFACTORYREPOSITORY**
|
|
|
|
gradlePluginPortal()
|
|
|
|
google()
|
|
|
|
mavenCentral()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
include ':launcher', ':unityLibrary'
|
|
|
|
**INCLUDES**
|
|
|
|
|
|
|
|
dependencyResolutionManagement {
|
|
|
|
repositoriesMode.set(RepositoriesMode.PREFER_SETTINGS)
|
|
|
|
repositories {
|
|
|
|
**ARTIFACTORYREPOSITORY**
|
|
|
|
google()
|
|
|
|
mavenCentral()
|
|
|
|
// Android Resolver Repos Start
|
|
|
|
def unityProjectPath = $/file:///**DIR_UNITYPROJECT**/$.replace("\\", "/")
|
|
|
|
maven {
|
|
|
|
url "https://maven.google.com/" // Assets/GoogleMobileAds/Editor/GoogleMobileAdsDependencies.xml:7, Assets/GoogleMobileAds/Editor/GoogleMobileAdsDependencies.xml:12, Assets/GoogleMobileAds/Editor/GoogleUmpDependencies.xml:7
|
|
|
|
}
|
|
|
|
mavenLocal()
|
|
|
|
// Android Resolver Repos End
|
|
|
|
flatDir {
|
|
|
|
dirs "${project(':unityLibrary').projectDir}/libs"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|