Skip to content

Commit e65681d

Browse files
committed
Fix build
1 parent bfc4d8f commit e65681d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

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

4444
buildTypes {
4545
release {
46-
minifyEnabled true
46+
minifyEnabled false
4747
proguardFiles "proguard-rules.pro"
4848
proguardFiles getDefaultProguardFile('proguard-android.txt')
4949
signingConfig signingConfigs.release

0 commit comments

Comments
 (0)