Refactor support library

Test: None
Change-Id: I92e450c739fc9d77e8f8840bed4165ab88247fd6
diff --git a/v7/gridlayout/build.gradle b/v7/gridlayout/build.gradle
index 85021b1..b562f21 100644
--- a/v7/gridlayout/build.gradle
+++ b/v7/gridlayout/build.gradle
@@ -7,8 +7,8 @@
 }
 
 dependencies {
-    api(project(":support-compat"))
-    api(project(":support-core-ui"))
+    api(project(":core"))
+    api(project(":legacy-support-core-ui"))
 
     androidTestImplementation(TEST_RUNNER)
     androidTestImplementation(ESPRESSO_CORE)
@@ -18,7 +18,7 @@
     name = "Android Support Grid Layout"
     publish = true
     mavenVersion = LibraryVersions.SUPPORT_LIBRARY
-    mavenGroup = LibraryGroups.SUPPORT
+    mavenGroup = LibraryGroups.GRIDLAYOUT
     inceptionYear = "2013"
     description = "Android Support Grid Layout"
 }