Change phrasing for 'Configure signing in gradle' on 'Build and release an Android app' page
Page URL: https://docs.flutter.dev/deployment/android#configure-signing-in-gradle Page source: https://github.com/flutter/website/tree/master/src/docs/deployment/android.md
Description of issue:
This page used to show how to configure Gradle by showing two code blocks. One code block would replace another so the usage of replace "code1" with "code2" was ok. Like in the attached screenshot.

Now it tells you to add code instead of replace yet in the second code block it reads as if you are replacing the initial code. It's a minor change but replace...with makes sense add...with does not. Makes for better readability.
Investigate at the same time as https://github.com/flutter/website/issues/5110.