changed the proguard

This commit is contained in:
unknown
2020-07-19 15:45:17 +08:00
parent e3c1afbdb4
commit 07bfb406a0
7 changed files with 14 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

@@ -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'
}
}

View File

@@ -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.* { *; }

View File

@@ -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.* { *; }