changed the proguard
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 1.1 MiB |
@@ -27,7 +27,9 @@ android {
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled false
|
||||
minifyEnabled true
|
||||
zipAlignEnabled true
|
||||
consumerProguardFiles 'consumer-rules.pro'
|
||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
-keep class com.tencent.** { *; }
|
||||
-keep com.mogo.module.v2x.entity.** { *; }
|
||||
#-----V2XModule-----
|
||||
-keep class com.tencent.* { *; }
|
||||
-keep class com.mogo.module.v2x.entity.* { *; }
|
||||
2
modules/mogo-module-v2x/proguard-rules.pro
vendored
2
modules/mogo-module-v2x/proguard-rules.pro
vendored
@@ -19,5 +19,7 @@
|
||||
# If you keep the line number information, uncomment this to
|
||||
# hide the original source file name.
|
||||
#-renamesourcefileattribute SourceFile
|
||||
|
||||
#-----V2XModule-----
|
||||
-keep class com.tencent.* { *; }
|
||||
-keep class com.mogo.module.v2x.entity.* { *; }
|
||||
Reference in New Issue
Block a user