Skip to content

Commit ab05122

Browse files
committed
disable proguard on release
1 parent 8f781a4 commit ab05122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etherscanapi/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ android {
1515

1616
buildTypes {
1717
release {
18-
minifyEnabled true
18+
minifyEnabled false
1919
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
2020
}
2121
debug {

0 commit comments

Comments
 (0)