From 80750dcb390a49aa455a49f4c266d57d11ad0f9f Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Thu, 9 Oct 2025 17:36:06 +0200 Subject: [PATCH] Need to be a compose library for PushHistoryItem to be considered stable. --- libraries/push/api/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/push/api/build.gradle.kts b/libraries/push/api/build.gradle.kts index 48df34053a..0db811e299 100644 --- a/libraries/push/api/build.gradle.kts +++ b/libraries/push/api/build.gradle.kts @@ -5,7 +5,7 @@ * Please see LICENSE files in the repository root for full details. */ plugins { - id("io.element.android-library") + id("io.element.android-compose-library") } android {