Skip to content

Commit 2ca88b8

Browse files
author
nitinprakash
committed
bug fixes
1 parent cfd3d13 commit 2ca88b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ android {
2020

2121
buildTypes {
2222
release {
23-
minifyEnabled true
23+
minifyEnabled false
2424
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
2525
}
2626
}

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ android {
2121

2222
buildTypes {
2323
release {
24-
minifyEnabled true
24+
minifyEnabled false
2525
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
2626
}
2727
}

0 commit comments

Comments
 (0)