Move health-connect-* into its own group ID: androidx.health.connect

health-services and health-connect are maintained by different teams and
are different product targeting different apps usage. Having dedicated
health-connect group helps us provide additional testing artifacts, or
extension variants with atomic version group opt-in.

Test: :health:connect:connect-client:test; ./gradlew --ci
Bug: 236245031
Relnote: """
Moved androidx.health:health-connect-client into its own group ID: androidx.health.connect.
New artifact ID: androidx.health.connect:connect-client
"""

Change-Id: Icb990922e04e3bb99cfbbdb6b22852aa12adb449
diff --git a/settings.gradle b/settings.gradle
index 7c1552f..2f3c35a 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -656,9 +656,9 @@
 includeProject(":glance:glance-wear-tiles", [BuildType.GLANCE])
 includeProject(":glance:glance-wear-tiles-preview", [BuildType.GLANCE])
 includeProject(":gridlayout:gridlayout", [BuildType.MAIN])
-includeProject(":health:health-connect-client", [BuildType.MAIN])
-includeProject(":health:health-connect-client-proto", [BuildType.MAIN])
-includeProject(":health:health-connect-client-samples", "health/health-connect-client/samples", [BuildType.MAIN])
+includeProject(":health:connect:connect-client", [BuildType.MAIN])
+includeProject(":health:connect:connect-client-proto", [BuildType.MAIN])
+includeProject(":health:connect:connect-client-samples", "health/connect/connect-client/samples", [BuildType.MAIN])
 includeProject(":health:health-services-client", [BuildType.MAIN])
 includeProject(":heifwriter:heifwriter", [BuildType.MAIN])
 includeProject(":graphics:graphics-core", [BuildType.MAIN])