We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa1de36 commit 344a936Copy full SHA for 344a936
README.md
@@ -57,8 +57,8 @@ The plugin will encrypt all string tags with `hidden="true"` as attribute.
57
58
```xml
59
<resources>
60
- <string name="hello" hidden="true">hello world!</string>
61
<string name="app_name">StringObfuscator</string>
+ <string name="hello" hidden="true">hello world!</string>
62
<string name="test_a" hidden="true">%1$s (%2$d)</string>
63
</resources>
64
```
0 commit comments