commit | c9e1fd7ffd9d1310a2cce1e31dd7f383bd3a0267 | [log] [tgz] |
---|---|---|
author | Alan Viverette <[email protected]> | Mon May 08 17:36:59 2023 -0400 |
committer | Alan Viverette <[email protected]> | Tue May 09 15:06:44 2023 -0400 |
tree | 313a3062846e1b0e40350f70be460504bea200b0 | |
parent | b0847becdfc9a02ad2ba5ed2fb7b9d794302ee04 [diff] [blame] |
Clean up component names, add build-time enforcement Bug: 281081899 Test: ./gradlew tasks Merged-In: Ic67976482d3cacfaf0d3a41920eb2006d9842966 Change-Id: Ic67976482d3cacfaf0d3a41920eb2006d9842966
diff --git a/tv/tv-material/build.gradle b/tv/tv-material/build.gradle index 334a3f1..760e574 100644 --- a/tv/tv-material/build.gradle +++ b/tv/tv-material/build.gradle
@@ -57,7 +57,7 @@ } androidx { - name = "androidx.tv:tv-material" + name = "TV Material" type = LibraryType.PUBLISHED_LIBRARY inceptionYear = "2022" description = "build TV applications using controls that adhere to Material Design Language."