Merge "Update androidx.compose.animation:ui-tooling-internal to SNAPSHOT_AND_RELEASE" into androidx-main
diff --git a/compose/animation/animation-tooling-internal/build.gradle b/compose/animation/animation-tooling-internal/build.gradle
index 413005a..4765bab 100644
--- a/compose/animation/animation-tooling-internal/build.gradle
+++ b/compose/animation/animation-tooling-internal/build.gradle
@@ -30,7 +30,7 @@
 androidx {
     name = "Compose Animation Tooling"
     description = "Compose Animation APIs for tooling support. Internal use only."
-    publish = Publish.SNAPSHOT_ONLY
+    publish = Publish.SNAPSHOT_AND_RELEASE
     mavenGroup = LibraryGroups.Compose.ANIMATION
     runApiTasks = new RunApiTasks.Yes()
 }