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
1921f8bc
"vscode:/vscode.git/clone" did not exist on "73eed249465ef9bc5aa3253d7bd3e82397e56b82"
Commit
1921f8bc
authored
Jan 14, 2026
by
p x
Browse files
添加混淆规则
parent
99e022f0
Changes
2
Hide whitespace changes
Inline
Side-by-side
mapapi/build.gradle.kts
View file @
1921f8bc
...
...
@@ -118,7 +118,7 @@ dokka {
offlineMode
.
set
(
true
)
}
dokkaPublications
.
javadoc
{
moduleName
.
set
(
"CMapS
DK
"
)
moduleName
.
set
(
"CMapS
dk
"
)
// moduleVersion.set(project.version.toString())
description
=
"Android 地图SDK"
// Standard output directory for HTML documentation
...
...
mapapi/proguard-rules.pro
View file @
1921f8bc
...
...
@@ -18,4 +18,33 @@
#
If
you
keep
the
line
number
information
,
uncomment
this
to
#
hide
the
original
source
file
name
.
#-
renamesourcefileattribute
SourceFile
\ No newline at end of file
#-
renamesourcefileattribute
SourceFile
#----
四维地图
----
-
keep
class
com
.
minedata
.
minenavi
.
**
{
*
;}
-
dontwarn
com
.
minedata
.
minenavi
.
**
#
2
D
地图
:
-
keep
class
com
.
amap
.
api
.
maps2d
.
**
{
*
;}
-
keep
class
com
.
amap
.
api
.
mapcore2d
.
**
{
*
;}
#
3
D
地图
V5
.
0.0
之后:
-
keep
class
com
.
amap
.
api
.
maps
.
**
{
*
;}
-
keep
class
com
.
autonavi
.
**
{
*
;}
-
keep
class
com
.
amap
.
api
.
trace
.
**
{
*
;}
#
定位:
-
keep
class
com
.
amap
.
api
.
location
.
**
{
*
;}
-
keep
class
com
.
amap
.
api
.
fence
.
**
{
*
;}
-
keep
class
com
.
autonavi
.
aps
.
amapapi
.
model
.
**
{
*
;}
#
搜索:
-
keep
class
com
.
amap
.
api
.
services
.
**
{
*
;}
#
导航
V7
.
3.0
及以后:
-
keep
class
com
.
amap
.
api
.
navi
.
**
{
*
;}
-
keep
class
com
.
alibaba
.
mit
.
alitts
.
*
{
*
;}
-
keep
class
com
.
google
.
**
{
*
;}
#
导航
V8
.
1.0
及以后:
-
keep
class
com
.
amap
.
api
.
navi
.
**
{
*
;}
-
keep
class
com
.
alibaba
.
idst
.
nui
.
*
{
*
;}
-
keep
class
com
.
google
.
**
{
*
;}
\ No newline at end of file
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