Skip to content

Commit aa1de36

Browse files
committed
...
1 parent 6fb16f8 commit aa1de36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ The plugin will encrypt all string tags with `hidden="true"` as attribute.
5757

5858
```xml
5959
<resources>
60-
<string name="hello" hidden="true">hello world!</string>
61-
<string name="app_name">StringObfuscator</string>
60+
<string name="hello" hidden="true">hello world!</string>
61+
<string name="app_name">StringObfuscator</string>
6262
<string name="test_a" hidden="true">%1$s (%2$d)</string>
6363
</resources>
6464
```

0 commit comments

Comments
 (0)