Skip to content

Commit

Permalink
Disable minify on our UI-Component sample app
Browse files Browse the repository at this point in the history
  • Loading branch information
JcMinarro committed Oct 20, 2023
1 parent 59ac8ee commit 59b3c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stream-chat-android-ui-components-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ android {
debuggable false
}
release {
minifyEnabled true
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.release
}
Expand Down

0 comments on commit 59b3c25

Please sign in to comment.