Skip to content

Commit 4585f60

Browse files
author
Irvin Owens Jr
committed
Making release variant not obfuscated
1 parent 6c11dc8 commit 4585f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ android {
4646

4747
buildTypes {
4848
release {
49-
minifyEnabled true
49+
minifyEnabled false
5050
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
5151
}
5252
debug {

0 commit comments

Comments
 (0)