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.
6565Or 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
116116stringcare {
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+
167167Plugin won't work if there is no config defined for the selected variant:
168168``` bash
169169...
You can’t perform that action at this time.
0 commit comments