Refactor support library
Test: None
Change-Id: I92e450c739fc9d77e8f8840bed4165ab88247fd6
diff --git a/wear/build.gradle b/wear/build.gradle
index ffc7990..67adc0d 100644
--- a/wear/build.gradle
+++ b/wear/build.gradle
@@ -7,10 +7,10 @@
}
dependencies {
- api(project(":support-annotations"))
- api(project(":support-core-ui"))
- api(project(":support-fragment"))
- api(project(":recyclerview-v7"))
+ api(project(":annotation"))
+ api(project(":legacy-support-core-ui"))
+ api(project(":fragment"))
+ api(project(":recyclerview"))
api(CONSTRAINT_LAYOUT, { transitive = true })
androidTestImplementation(TEST_RUNNER)
@@ -38,7 +38,7 @@
name = "Android Wear Support UI"
publish = true
mavenVersion = LibraryVersions.SUPPORT_LIBRARY
- mavenGroup = LibraryGroups.SUPPORT
+ mavenGroup = LibraryGroups.WEAR
inceptionYear = "2016"
description = "Android Wear Support UI"
minSdkVersion = 23