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' + } ```