Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
efraespada committed Jan 23, 2018
1 parent 5688cb7 commit 4ad1d93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -115,7 +115,7 @@ apply plugin: StringCare

stringcare {

debug true // prints detail build variant info
debug true // prints details

modules {

Expand Down Expand Up @@ -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
...
Expand Down

0 comments on commit 4ad1d93

Please sign in to comment.