diff --git a/docs/SignedAPKAndroid.md b/docs/SignedAPKAndroid.md index 91be8df78..a16fcc002 100644 --- a/docs/SignedAPKAndroid.md +++ b/docs/SignedAPKAndroid.md @@ -26,7 +26,7 @@ _Note: Remember to keep your keystore file private and never commit it to versio ### Setting up gradle variables 1. Place the `my-release-key.keystore` file under the `android/app` directory in your project folder. -2. Edit the file `~/.gradle/gradle.properties` and add the following (replace `*****` with the correct keystore password, alias and key password), +2. Edit the file `~/.gradle/gradle.properties` or `android/gradle.properties` and add the following (replace `*****` with the correct keystore password, alias and key password), ``` MYAPP_RELEASE_STORE_FILE=my-release-key.keystore