Skip to content

Commit

Permalink
不混淆
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoRanLiu3119 committed Aug 15, 2024
1 parent e4c4b18 commit fefbbb5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,11 @@ android {
buildTypes {
debug {
signingConfig signingConfigs.config
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
minifyEnabled false
}

release {
signingConfig signingConfigs.config
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
minifyEnabled true
minifyEnabled false
}
}

Expand Down

1 comment on commit fefbbb5

@lzk23559
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

可以更新支持下file://吗?

Please sign in to comment.