Skip to content

Commit 442beb9

Browse files
committed
readme
1 parent c26c18a commit 442beb9

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
@@ -36,7 +36,7 @@ android.applicationVariants.all{ variant ->
3636

3737
Setup
3838
-----
39-
Init the library:
39+
Initialize the library:
4040
```java
4141
AndroidStringObfuscator.init(this);
4242
```
@@ -112,7 +112,7 @@ Gradle Console Output Example
112112

113113

114114
#### More information
115-
Ensure to have installed Gradle before you compile:
115+
If you haven't installed Gradle before you compile:
116116
```
117117
...
118118
:sample:obfuscator-script - Downloading https://services.gradle.org/distributions/gradle-2.14.1-all.zip
@@ -121,7 +121,7 @@ Ensure to have installed Gradle before you compile:
121121
...
122122
```
123123

124-
If `~/.android/debug.keystore` is missing, run your app to generate that file.
124+
If `~/.android/debug.keystore` is missing, run your app to generate that file. For non default keystore file, check your project configuration.
125125
```
126126
...
127127
:sample:obfuscator-script - debug variant

0 commit comments

Comments
 (0)