removed unused proguard rules

This commit is contained in:
strawmanbobi
2025-12-18 20:09:10 +08:00
parent 24d0623497
commit a5dd5f6304
2 changed files with 5 additions and 5 deletions

View File

@@ -77,14 +77,14 @@ android {
minSdkVersion = 26 minSdkVersion = 26
targetSdkVersion = 36 targetSdkVersion = 36
versionCode = 7 versionCode = 7
versionName = '1.5.1' versionName = '1.5.2'
signingConfig = signingConfigs.irext_key signingConfig = signingConfigs.irext_key
} }
buildTypes { buildTypes {
release { release {
minifyEnabled true minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' // proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
versionNameSuffix '1.5.1' versionNameSuffix '1.5.2'
} }
debug { debug {
debuggable true debuggable true

View File

@@ -23,7 +23,7 @@
# If you keep the line number information, uncomment this to # If you keep the line number information, uncomment this to
# hide the original source file name. # hide the original source file name.
#-renamesourcefileattribute SourceFile #-renamesourcefileattribute SourceFile
-keep public class net.irext.webapi.** { -keepnames class net.irext.webapi.** {
public protected *; public protected *;
} }