summaryrefslogtreecommitdiffhomepage
path: root/app/build.gradle
diff options
context:
space:
mode:
authorHarsh Shandilya <msfjarvis@gmail.com>2018-12-18 22:18:00 +0530
committerHarsh Shandilya <msfjarvis@gmail.com>2018-12-18 22:18:00 +0530
commit37ae5520d645e726ba9755430ad23a1bbd90bf15 (patch)
treeb171ff4f68a68cb5244850e0fc2fc32eda2ccf3b /app/build.gradle
parent80a9edc7c6a50bed824c1ab4efea278311884d27 (diff)
Enable proguard and wire up rules
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 9416d578..284cbeea 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -46,6 +46,8 @@ android {
arguments "-DANDROID_PACKAGE_NAME=${android.defaultConfig.applicationId}"
}
}
+ minifyEnabled true
+ proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
}
debug {
applicationIdSuffix ".debug"