Skip to content

Commit 4ad1d93

Browse files
committed
readme
1 parent 5688cb7 commit 4ad1d93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The plugin will encrypt all string tags with `hidden="true"` as attribute.
6565
Or encrypt strings programmatically by doing:
6666

6767
```java
68-
String encrypted = SC.encryptString(some_string_var);
68+
String encrypted = SC.encryptString(string_var);
6969
```
7070

7171
#### Decrypt
@@ -115,7 +115,7 @@ apply plugin: StringCare
115115
116116
stringcare {
117117
118-
debug true // prints detail build variant info
118+
debug true // prints details
119119
120120
modules {
121121
@@ -163,7 +163,7 @@ Gradle Console Output Example
163163
:sample:createDebugCompatibleScreenManifests UP-TO-DATE
164164
...
165165
```
166-
166+
167167
Plugin won't work if there is no config defined for the selected variant:
168168
```bash
169169
...

0 commit comments

Comments
 (0)