Skip to content

Commit 344a936

Browse files
committed
...
1 parent aa1de36 commit 344a936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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>
6160
<string name="app_name">StringObfuscator</string>
61+
<string name="hello" hidden="true">hello world!</string>
6262
<string name="test_a" hidden="true">%1$s (%2$d)</string>
6363
</resources>
6464
```

0 commit comments

Comments
 (0)