From 9d08742bd01b425c89fdc3f2feb3e068b85732a6 Mon Sep 17 00:00:00 2001 From: James Date: Fri, 3 Feb 2017 11:23:50 -0600 Subject: [PATCH] Update proguard file name to the default name. Changed the name of the proguard file to reflect the name that Android Studio creates by default. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f96a97..41e331a 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,7 @@ The developers only need to specify the Proguard file with `consumerProguardFile ``` defaultConfig { - consumerProguardFiles 'proguard-file.pro' + consumerProguardFiles 'proguard-rules.pro' + } ```