Skip to content

Commit 3ffa35d

Browse files
authored
Update README.md
1 parent ab5d834 commit 3ffa35d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Note that there is a difference between release and debug fingerprint.
88
Installation
99
------------
1010

11-
Put [AndroidStringObfuscator.jar](https://github.com/efraespada/AndroidStringObfuscator/raw/master/sample/AndroidStringObfuscator.jar) on the app's module folder, next to "build.gradle" file and "build" folder.
11+
Put [AndroidStringObfuscator.jar](https://github.com/efraespada/AndroidStringObfuscator/raw/master/sample/AndroidStringObfuscator.jar) on the app's module folder, next to `build.gradle` file and `build` folder.
1212

1313
#### Gradle
1414

@@ -47,12 +47,12 @@ android.applicationVariants.all{ variant ->
4747
}
4848
```
4949

50-
50+
Replace `sha1` variable with your SHA1 fingerprint. Use `AndroidStringObfuscator.getCertificateSHA1Fingerprint(Context)` method to obtain this value.
5151

5252

5353
Get encrypted strings
5454
---------------------
55-
You don't need to do anything. The script will encrypt all string tags with [hidden="true"] as attribute.
55+
You don't need to do anything. The script will encrypt all string tags with `hidden="true"` as attribute.
5656

5757
```xml
5858
<resources>

0 commit comments

Comments
 (0)