Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
p x
MapMultiEngine
Commits
05725fa8
Commit
05725fa8
authored
Sep 03, 2025
by
p x
Browse files
加载高精地图
parent
fc1586ea
Changes
42
Show whitespace changes
Inline
Side-by-side
maplibrary/src/main/res/values/strings.xml
View file @
05725fa8
<resources>
<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>
<string
name=
"hello_blank_fragment"
>
Hello blank fragment
</string>
<!-- Strings used for fragments for navigation -->
<!-- Strings used for fragments for navigation -->
<string
name=
"first_fragment_label"
>
First Fragment
</string>
<string
name=
"first_fragment_label"
>
First Fragment
</string>
...
...
settings.gradle.kts
View file @
05725fa8
...
@@ -18,11 +18,21 @@ pluginManagement {
...
@@ -18,11 +18,21 @@ pluginManagement {
dependencyResolutionManagement
{
dependencyResolutionManagement
{
repositoriesMode
.
set
(
RepositoriesMode
.
FAIL_ON_PROJECT_REPOS
)
repositoriesMode
.
set
(
RepositoriesMode
.
FAIL_ON_PROJECT_REPOS
)
repositories
{
repositories
{
maven
{
setUrl
(
"https://maven.aliyun.com/repository/central"
)
}
// maven { setUrl("https://maven.aliyun.com/repository/central") }
maven
{
setUrl
(
"https://maven.aliyun.com/repository/jcenter"
)
}
// maven { setUrl("https://maven.aliyun.com/repository/jcenter") }
maven
{
setUrl
(
"https://maven.aliyun.com/repository/google"
)
}
// maven { setUrl("https://maven.aliyun.com/repository/google") }
maven
{
setUrl
(
"https://maven.aliyun.com/repository/gradle-plugin"
)
}
// maven { setUrl("https://maven.aliyun.com/repository/gradle-plugin") }
maven
{
setUrl
(
"https://maven.aliyun.com/repository/public"
)
}
// 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
()
google
()
mavenCentral
()
mavenCentral
()
}
}
...
...
Prev
1
2
3
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment