Skip to content

Commit

Permalink
小幅度修改
Browse files Browse the repository at this point in the history
  • Loading branch information
StArrayJaN committed Nov 5, 2023
1 parent 7904cfc commit 57ef623
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ android {
buildTypes {
release {
signingConfig signingConfigs.release
minifyEnabled true
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
debug {
Expand Down
1 change: 0 additions & 1 deletion app/src/main/java/thercn/wmw/FileUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import java.io.File;
import java.io.IOException;
import android.os.FileUtils;

public class FileUtils {
public static boolean createFile(String filePath, boolean isDir) throws IOException
Expand Down

0 comments on commit 57ef623

Please sign in to comment.