File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ The plugin will encrypt all string tags with `hidden="true"` as attribute.
65
65
Or encrypt strings programmatically by doing:
66
66
67
67
``` java
68
- String encrypted = SC . encryptString(some_string_var );
68
+ String encrypted = SC . encryptString(string_var );
69
69
```
70
70
71
71
#### Decrypt
@@ -115,7 +115,7 @@ apply plugin: StringCare
115
115
116
116
stringcare {
117
117
118
- debug true // prints detail build variant info
118
+ debug true // prints details
119
119
120
120
modules {
121
121
@@ -163,7 +163,7 @@ Gradle Console Output Example
163
163
:sample:createDebugCompatibleScreenManifests UP-TO-DATE
164
164
...
165
165
```
166
-
166
+
167
167
Plugin won't work if there is no config defined for the selected variant:
168
168
``` bash
169
169
...
You can’t perform that action at this time.
0 commit comments