Skip to content

Commit 06d7b69

Browse files
committed
Fix crash for now
1 parent 49600eb commit 06d7b69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ android {
3232
buildTypes {
3333
release {
3434
debuggable false
35-
minifyEnabled true
35+
minifyEnabled false
3636
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
3737
}
3838
}

0 commit comments

Comments
 (0)