Skip to content

Commit

Permalink
更新混淆文件;
Browse files Browse the repository at this point in the history
  • Loading branch information
D10NGYANG committed Jul 27, 2020
1 parent 449af7f commit 321e82d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
applicationId "com.dlong.networkdebugassistant"
minSdkVersion 21
targetSdkVersion 29
versionCode 2
versionCode 4
versionName "0.1.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
4 changes: 4 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,7 @@
# 保留实体类
-keep class com.dlong.networkdebugassistant.bean.** {*;}

# 保留UDP/TCP库
-keep class com.dlong.dl10netassistant.** {*;}
-dontwarn com.dlong.dl10netassistant.**

0 comments on commit 321e82d

Please sign in to comment.