Skip to content

Commit

Permalink
fix: Don't minify the library so we can build releases
Browse files Browse the repository at this point in the history
  • Loading branch information
barbeau committed Dec 28, 2024
1 parent b7b3fbc commit b54c203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android {

buildTypes {
release {
minifyEnabled true
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-project.txt'
}
}
Expand Down

0 comments on commit b54c203

Please sign in to comment.