Skip to content

Commit 144fbed

Browse files
committed
Revert "Enable shrinking"
This reverts commit ae32f34 Until guard rules are set properly
1 parent 94e6a3a commit 144fbed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/build.gradle

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ android {
2121

2222
buildTypes {
2323
release {
24-
minifyEnabled true
25-
shrinkResources true
24+
minifyEnabled false
2625
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
2726
}
2827
}

0 commit comments

Comments
 (0)