From 37ae5520d645e726ba9755430ad23a1bbd90bf15 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 18 Dec 2018 22:18:00 +0530 Subject: Enable proguard and wire up rules Signed-off-by: Harsh Shandilya --- app/build.gradle | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/build.gradle') 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" -- cgit v1.2.3