removed unused proguard rules
This commit is contained in:
@@ -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
|
||||||
|
|||||||
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
|
# 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 *;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user