diff --git a/www/docs/en/10.x/config_ref/index.md b/www/docs/en/10.x/config_ref/index.md
index 860ef6bf26..b652b1f6e3 100644
--- a/www/docs/en/10.x/config_ref/index.md
+++ b/www/docs/en/10.x/config_ref/index.md
@@ -314,7 +314,7 @@ FullScreen(boolean)
{% cdv_platform android %} | *Default: false*
A
GapBetweenPages(float)
{% cdv_platform ios %} | *Default: 0*
The size of the gap, in points, between pages.
HideMousePointer(integer)
==OS X== | *Default: -1*
**(OS X 4.0.0+)** Sets the timeout for hiding the mouse pointer. Set to 0 for immediate, set to -1 for never.
GradlePluginGoogleServicesEnabled (boolean)
{% cdv_platform android %} | *Default: false*
Set to true to enable the Google Services Gradle plugin.
-GradlePluginGoogleServicesEnabled (semver)
{% cdv_platform android %} | *Default: 4.2.0*
Set version of Google Services Gradle plugin to be used.
+GradlePluginGoogleServicesVersion (semver)
{% cdv_platform android %} | *Default: 4.2.0*
Set version of Google Services Gradle plugin to be used.
GradlePluginKotlinEnabled (boolean)
{% cdv_platform android %} | *Default: false*
Set to true to allow Kotlin files to be built.
GradlePluginKotlinCodeStyle (string)
{% cdv_platform android %} | *Default: official*
Allowed values: official, obsolete
Sets how the Kotlin code is formatting for readability.
GradlePluginKotlinVersion (semver)
{% cdv_platform android %} | *Default: 1.3.50*
Set the version of the Kotlin Gradle plugin to be used.
diff --git a/www/docs/en/11.x/config_ref/index.md b/www/docs/en/11.x/config_ref/index.md
index 022101fba4..13b4d24d45 100644
--- a/www/docs/en/11.x/config_ref/index.md
+++ b/www/docs/en/11.x/config_ref/index.md
@@ -306,7 +306,7 @@ FullScreen(boolean)
{% cdv_platform android %} | *Default: false*
A
GapBetweenPages(float)
{% cdv_platform ios %} | *Default: 0*
The size of the gap, in points, between pages.
HideMousePointer(integer)
==OS X== | *Default: -1*
**(OS X 4.0.0+)** Sets the timeout for hiding the mouse pointer. Set to 0 for immediate, set to -1 for never.
GradlePluginGoogleServicesEnabled (boolean)
{% cdv_platform android %} | *Default: false*
Set to true to enable the Google Services Gradle plugin.
-GradlePluginGoogleServicesEnabled (semver)
{% cdv_platform android %} | *Default: 4.2.0*
Set version of Google Services Gradle plugin to be used.
+GradlePluginGoogleServicesVersion (semver)
{% cdv_platform android %} | *Default: 4.2.0*
Set version of Google Services Gradle plugin to be used.
GradlePluginKotlinEnabled (boolean)
{% cdv_platform android %} | *Default: false*
Set to true to allow Kotlin files to be built.
GradlePluginKotlinCodeStyle (string)
{% cdv_platform android %} | *Default: official*
Allowed values: official, obsolete
Sets how the Kotlin code is formatting for readability.
GradlePluginKotlinVersion (semver)
{% cdv_platform android %} | *Default: 1.3.50*
Set the version of the Kotlin Gradle plugin to be used.
diff --git a/www/docs/en/12.x/config_ref/index.md b/www/docs/en/12.x/config_ref/index.md
index ecbd30ec7b..9afbbc5893 100644
--- a/www/docs/en/12.x/config_ref/index.md
+++ b/www/docs/en/12.x/config_ref/index.md
@@ -327,8 +327,6 @@ GradleVersion
{% cdv_vartype string %} {% cdv_platform android %} | *Default
AndroidGradlePluginVersion
{% cdv_vartype semver %} {% cdv_platform android %} | *Default: [Dependent on cordova-android Version](../../guide/platforms/android/index.html#android-api-level-support)*
Sets the Android Gradle Plugin version to use.
This preference is primarily for cordova development, for testing upcoming versions of the Android SDK. Changing this has a high risk of breaking builds as newer build tools frequently introduce breaking changes.
AndroidXAppCompatVersion
{% cdv_vartype semver %} {% cdv_platform android %} | *Default: [Dependent on cordova-android Version](../../guide/platforms/android/index.html#android-api-level-support)*
Overrides Android App Compat library version.
AndroidXWebKitVersion
{% cdv_vartype semver %} {% cdv_platform android %} | *Default: [Dependent on cordova-android Version](../../guide/platforms/android/index.html#android-api-level-support)*
Overrides Android WebKit library version.
-AndroidGradlePluginGoogleServicesVersion
{% cdv_vartype semver %} {% cdv_platform android %} | *Default: [Dependent on cordova-android Version](../../guide/platforms/android/index.html#android-api-level-support)*
Overrides the Google Services library version.
-AndroidGradlePluginGoogleServicesEnabled
{% cdv_vartype boolean %} {% cdv_platform android %} | *Default: false*
Enables Google Services. The `google-services.json` file will be required.
GradlePluginKotlinEnabled
{% cdv_vartype boolean %} {% cdv_platform android %} | *Default: false*
Enables Kotlin plugin for Kotline support.
AppendUserAgent
{% cdv_vartype string %} {% cdv_platform android %} {% cdv_platform ios %} | If set, the value will append to the end of old UserAgent of webview. When using with OverrideUserAgent, this value will be ignored.
BackgroundColor
{% cdv_vartype string %} {% cdv_platform android %} {% cdv_platform ios %} | Sets the app's background color. Supports a four-byte hex value, with the first byte representing the alpha channel, and standard RGB values for the following three bytes.
__Note__: `transparent` value will set the application tile background to the accent color on Windows.
@@ -340,7 +338,7 @@ ErrorUrl
{% cdv_vartype url %} {% cdv_platform android %} {% cdv_platform io
FullScreen
{% cdv_vartype boolean %} {% cdv_platform android %} | *Default: false*
Allows you to hide the status bar at the top of the screen.
__Note__: Recommended platform-agnostic way to achieve this is to use the [StatusBar plugin][statusbar_plugin].
GapBetweenPages
{% cdv_vartype float %} {% cdv_platform ios %} | *Default: 0*
The size of the gap, in points, between pages.
GradlePluginGoogleServicesEnabled
{% cdv_vartype boolean %} {% cdv_platform android %} | *Default: false*
Set to true to enable the Google Services Gradle plugin.
-GradlePluginGoogleServicesEnabled
{% cdv_vartype semver %} {% cdv_platform android %} | *Default: 4.2.0*
Set version of Google Services Gradle plugin to be used.
+GradlePluginGoogleServicesVersion
{% cdv_vartype semver %} {% cdv_platform android %} | *Default: [Dependent on cordova-android Version](../../guide/platforms/android/index.html#android-api-level-support)*
Overrides the Google Services library version.
GradlePluginKotlinEnabled
{% cdv_vartype boolean %} {% cdv_platform android %} | *Default: false*
Set to true to allow Kotlin files to be built.
GradlePluginKotlinCodeStyle
{% cdv_vartype string %} {% cdv_platform android %} | *Default: official*
Allowed values: official, obsolete
Sets how the Kotlin code is formatting for readability.
GradlePluginKotlinVersion
{% cdv_vartype semver %} {% cdv_platform android %} | *Default: 1.3.50*
Set the version of the Kotlin Gradle plugin to be used.
diff --git a/www/docs/en/dev/config_ref/index.md b/www/docs/en/dev/config_ref/index.md
index ecbd30ec7b..14f2e918cd 100644
--- a/www/docs/en/dev/config_ref/index.md
+++ b/www/docs/en/dev/config_ref/index.md
@@ -327,9 +327,6 @@ GradleVersion
{% cdv_vartype string %} {% cdv_platform android %} | *Default
AndroidGradlePluginVersion
{% cdv_vartype semver %} {% cdv_platform android %} | *Default: [Dependent on cordova-android Version](../../guide/platforms/android/index.html#android-api-level-support)*
Sets the Android Gradle Plugin version to use.
This preference is primarily for cordova development, for testing upcoming versions of the Android SDK. Changing this has a high risk of breaking builds as newer build tools frequently introduce breaking changes.
AndroidXAppCompatVersion
{% cdv_vartype semver %} {% cdv_platform android %} | *Default: [Dependent on cordova-android Version](../../guide/platforms/android/index.html#android-api-level-support)*
Overrides Android App Compat library version.
AndroidXWebKitVersion
{% cdv_vartype semver %} {% cdv_platform android %} | *Default: [Dependent on cordova-android Version](../../guide/platforms/android/index.html#android-api-level-support)*
Overrides Android WebKit library version.
-AndroidGradlePluginGoogleServicesVersion
{% cdv_vartype semver %} {% cdv_platform android %} | *Default: [Dependent on cordova-android Version](../../guide/platforms/android/index.html#android-api-level-support)*
Overrides the Google Services library version.
-AndroidGradlePluginGoogleServicesEnabled
{% cdv_vartype boolean %} {% cdv_platform android %} | *Default: false*
Enables Google Services. The `google-services.json` file will be required.
-GradlePluginKotlinEnabled
{% cdv_vartype boolean %} {% cdv_platform android %} | *Default: false*
Enables Kotlin plugin for Kotline support.
AppendUserAgent
{% cdv_vartype string %} {% cdv_platform android %} {% cdv_platform ios %} | If set, the value will append to the end of old UserAgent of webview. When using with OverrideUserAgent, this value will be ignored.
BackgroundColor
{% cdv_vartype string %} {% cdv_platform android %} {% cdv_platform ios %} | Sets the app's background color. Supports a four-byte hex value, with the first byte representing the alpha channel, and standard RGB values for the following three bytes.
__Note__: `transparent` value will set the application tile background to the accent color on Windows.
CordovaWebViewEngine
{% cdv_vartype string %} {% cdv_platform ios %} | *Default: CDVWebViewEngine*
This sets the WebView engine plugin to be used to render the host app. The plugin must conform to the CDVWebViewEngineProtocol protocol. The 'value' here should match the 'feature' name of the WebView engine plugin that is installed. This preference usually would be set by the WebView engine plugin that is installed, automatically.
@@ -340,7 +337,7 @@ ErrorUrl
{% cdv_vartype url %} {% cdv_platform android %} {% cdv_platform io
FullScreen
{% cdv_vartype boolean %} {% cdv_platform android %} | *Default: false*
Allows you to hide the status bar at the top of the screen.
__Note__: Recommended platform-agnostic way to achieve this is to use the [StatusBar plugin][statusbar_plugin].
GapBetweenPages
{% cdv_vartype float %} {% cdv_platform ios %} | *Default: 0*
The size of the gap, in points, between pages.
GradlePluginGoogleServicesEnabled
{% cdv_vartype boolean %} {% cdv_platform android %} | *Default: false*
Set to true to enable the Google Services Gradle plugin.
-GradlePluginGoogleServicesEnabled
{% cdv_vartype semver %} {% cdv_platform android %} | *Default: 4.2.0*
Set version of Google Services Gradle plugin to be used.
+GradlePluginGoogleServicesVersion
{% cdv_vartype semver %} {% cdv_platform android %} | *Default: [Dependent on cordova-android Version](../../guide/platforms/android/index.html#android-api-level-support)*
Overrides the Google Services library version.
GradlePluginKotlinEnabled
{% cdv_vartype boolean %} {% cdv_platform android %} | *Default: false*
Set to true to allow Kotlin files to be built.
GradlePluginKotlinCodeStyle
{% cdv_vartype string %} {% cdv_platform android %} | *Default: official*
Allowed values: official, obsolete
Sets how the Kotlin code is formatting for readability.
GradlePluginKotlinVersion
{% cdv_vartype semver %} {% cdv_platform android %} | *Default: 1.3.50*
Set the version of the Kotlin Gradle plugin to be used.