From 57ef623d01bf8b52f4bb1eaaacdcd31d2c5ebd55 Mon Sep 17 00:00:00 2001 From: TherCN Date: Sun, 5 Nov 2023 13:39:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E5=B9=85=E5=BA=A6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 2 +- app/src/main/java/thercn/wmw/FileUtils.java | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index df4e97f..0f46040 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,7 +37,7 @@ android { buildTypes { release { signingConfig signingConfigs.release - minifyEnabled true + minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' } debug { diff --git a/app/src/main/java/thercn/wmw/FileUtils.java b/app/src/main/java/thercn/wmw/FileUtils.java index ed51eb4..891c46b 100644 --- a/app/src/main/java/thercn/wmw/FileUtils.java +++ b/app/src/main/java/thercn/wmw/FileUtils.java @@ -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