From 146c5d4adc74db60950c1c61cfae97530068f11d Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Thu, 9 Oct 2025 18:10:03 +0200 Subject: [PATCH] Need to be a compose library for Distributor to be considered stable. --- libraries/pushproviders/api/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/pushproviders/api/build.gradle.kts b/libraries/pushproviders/api/build.gradle.kts index 587b38f617..1758588f8a 100644 --- a/libraries/pushproviders/api/build.gradle.kts +++ b/libraries/pushproviders/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 {