We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5688cb7 commit 4ad1d93Copy full SHA for 4ad1d93
1 file changed
README.md
@@ -65,7 +65,7 @@ The plugin will encrypt all string tags with `hidden="true"` as attribute.
65
Or encrypt strings programmatically by doing:
66
67
```java
68
-String encrypted = SC.encryptString(some_string_var);
+String encrypted = SC.encryptString(string_var);
69
```
70
71
#### Decrypt
@@ -115,7 +115,7 @@ apply plugin: StringCare
115
116
stringcare {
117
118
- debug true // prints detail build variant info
+ debug true // prints details
119
120
modules {
121
@@ -163,7 +163,7 @@ Gradle Console Output Example
163
:sample:createDebugCompatibleScreenManifests UP-TO-DATE
164
...
165
166
-
+
167
Plugin won't work if there is no config defined for the selected variant:
168
```bash
169
0 commit comments