removed unused proguard rules
This commit is contained in:
@@ -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
|
||||
|
||||
2
android-sdk/proguard-rules.pro
vendored
2
android-sdk/proguard-rules.pro
vendored
@@ -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 *;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user