Commit 05725fa8 authored by p x's avatar p x
Browse files

加载高精地图

parent fc1586ea
<resources>
<!-- TODO: Remove or change this placeholder text -->
<string name="game_view_content_description">Game view</string>
<string name="hello_blank_fragment">Hello blank fragment</string>
<!-- Strings used for fragments for navigation -->
<string name="first_fragment_label">First Fragment</string>
......
......@@ -18,11 +18,21 @@ pluginManagement {
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
maven { setUrl("https://maven.aliyun.com/repository/central") }
maven { setUrl("https://maven.aliyun.com/repository/jcenter") }
maven { setUrl("https://maven.aliyun.com/repository/google") }
maven { setUrl("https://maven.aliyun.com/repository/gradle-plugin") }
maven { setUrl("https://maven.aliyun.com/repository/public") }
// maven { setUrl("https://maven.aliyun.com/repository/central") }
// maven { setUrl("https://maven.aliyun.com/repository/jcenter") }
// maven { setUrl("https://maven.aliyun.com/repository/google") }
// maven { setUrl("https://maven.aliyun.com/repository/gradle-plugin") }
// maven { setUrl("https://maven.aliyun.com/repository/public") }
//四维高精地图仓库
maven {
isAllowInsecureProtocol = true
setUrl("http://29266411xv.wicp.vip/repository/daohang-tingche/")
credentials {
username = "admin"
password = "Nexus"
}
}
google()
mavenCentral()
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment