Refactor support library

Test: None
Change-Id: I92e450c739fc9d77e8f8840bed4165ab88247fd6
diff --git a/print/build.gradle b/print/build.gradle
index d3af888..7901514 100644
--- a/print/build.gradle
+++ b/print/build.gradle
@@ -6,14 +6,14 @@
 }
 
 dependencies {
-    api(project(":support-annotations"))
+    api(project(":annotation"))
 }
 
 supportLibrary {
     name = "Android Support Library Print"
     publish = true
     mavenVersion = LibraryVersions.SUPPORT_LIBRARY
-    mavenGroup = LibraryGroups.SUPPORT
+    mavenGroup = LibraryGroups.PRINT
     inceptionYear = "2018"
     description = "The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later."
 }