Skip to content

Commit cf9139c

Browse files
committed
Remove unnecessary step in README for external contributors
The `google-services.json-example` file is automatically copied by `WooCommerce/build.gradle` if the `google-service.json` file is detected as being encrypted. So the instructions I initially added to suggest to copy the file manually are not relevant and not needed after all. h/t @wzieba #14979 (comment)
1 parent 1754ce8 commit cf9139c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
1. If you are an external contributor:
4646
1. Generate developer OAuth2 tokens. See the [OAuth2 Authentication](docs/project-overview.md#oauth2-authentication) section for details.
4747
1. Edit `defaults.properties` and adjust the values as needed — especially including `wp.oauth.*` ones. See the [Configuration Files](docs/project-overview.md#configuration-files) section for a breakdown of the properties.
48-
1. `cp WooCommerce/google-services.json-example WooCommerce/google-services.json` (to replace that encrypted file with placeholder content)
4948
1. In Android Studio, open the project from the local repository. This will auto-generate `local.properties` with the SDK location.
5049
1. Optional: Go to Tools → Device Manager and create an emulated device.
5150
1. Run. (Creates a default virtual device if you skipped the previous step)

0 commit comments

Comments
 (0)