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
targetSdkVersion = 36
versionCode = 7
versionName = '1.5.1'
versionName = '1.5.2'
signingConfig = signingConfigs.irext_key
}
buildTypes {
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
versionNameSuffix '1.5.1'
minifyEnabled false
// proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
versionNameSuffix '1.5.2'
}
debug {
debuggable true

View File

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