Skip to content

Commit

Permalink
disable obfuscation for release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
nshuba committed Apr 15, 2023
1 parent 77fb2f7 commit fafcad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ android {

buildTypes {
release {
minifyEnabled true
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}

Expand Down

0 comments on commit fafcad0

Please sign in to comment.