chore: 删除 ProGuard 配置文件

删除了 app/proguard-rules.pro 文件,该文件为空且不包含任何有用的配置信息。这个文件的存在可能是由于历史原因或开发过程中的临时需要,但目前项目中已不再需要它。
This commit is contained in:
yjj38 2025-07-10 14:07:21 +08:00
parent 175db8f49b
commit 64449de581
1 changed files with 0 additions and 21 deletions

View File

@ -1,21 +0,0 @@
# Add project specific ProGuard rules here.
# You can control the set of applied configuration files using the
# proguardFiles setting in build.gradle.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html
# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}
# Uncomment this to preserve the line number information for
# debugging stack traces.
#-keepattributes SourceFile,LineNumberTable
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile