Skip to content

Commit

Permalink
chore : enable minification
Browse files Browse the repository at this point in the history
  • Loading branch information
harshithdwivedi committed Aug 3, 2018
1 parent 28a94b8 commit d55e44d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ android {
}
buildTypes {
release {
minifyEnabled false
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
Expand Down
2 changes: 2 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
-keep public class com.google.android.gms.* { public *; }
-dontwarn com.google.android.gms.**

0 comments on commit d55e44d

Please sign in to comment.