From 4ad1d933831aca4255e25d7c43ba386ab340e71f Mon Sep 17 00:00:00 2001 From: efraespada Date: Tue, 23 Jan 2018 22:21:31 +0100 Subject: [PATCH] readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f205a89..1408b25 100755 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ The plugin will encrypt all string tags with `hidden="true"` as attribute. Or encrypt strings programmatically by doing: ```java -String encrypted = SC.encryptString(some_string_var); +String encrypted = SC.encryptString(string_var); ``` #### Decrypt @@ -115,7 +115,7 @@ apply plugin: StringCare stringcare { - debug true // prints detail build variant info + debug true // prints details modules { @@ -163,7 +163,7 @@ Gradle Console Output Example :sample:createDebugCompatibleScreenManifests UP-TO-DATE ... ``` - + Plugin won't work if there is no config defined for the selected variant: ```bash ...