File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ android.applicationVariants.all{ variant ->
3636
3737Setup
3838-----
39- Init the library:
39+ Initialize the library:
4040``` java
4141AndroidStringObfuscator . 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
You can’t perform that action at this time.
0 commit comments