Remove ui-android-view from snapshots
This library has never been published (despite being set to SNAPSHOT_AND_RELEASE) so we should also
remove it from snapshots to prevent confusion.
Test: n/a
Change-Id: Ia69724395df5852ffadefe601a54b08f7edcdab8
diff --git a/ui/ui-android-view/build.gradle b/ui/ui-android-view/build.gradle
index efb20b7..7d716ba 100644
--- a/ui/ui-android-view/build.gradle
+++ b/ui/ui-android-view/build.gradle
@@ -62,7 +62,7 @@
androidx {
name = "AndroidX UI View components"
- publish = Publish.SNAPSHOT_AND_RELEASE
+ publish = Publish.NONE
mavenVersion = LibraryVersions.UI
mavenGroup = LibraryGroups.UI
inceptionYear = "2019"