Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

Commit

Permalink
Disable release minification
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondantuma committed May 23, 2019
1 parent cad8421 commit 496e955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pushnotificationsdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ android {
}

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

0 comments on commit 496e955

Please sign in to comment.