From 420ef7fbdf5158e5142d71266b46fddbf45274fa Mon Sep 17 00:00:00 2001 From: Yongshun Shreck Ye Date: Fri, 6 Dec 2024 18:15:01 +0800 Subject: [PATCH] Add the compose-html-material library --- libraries.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libraries.json b/libraries.json index e91dfb4..d7a32eb 100644 --- a/libraries.json +++ b/libraries.json @@ -1258,5 +1258,10 @@ "github": "fleeksoft/ksoup", "category": "Utils", "maven": "https://repo1.maven.org/maven2/com/fleeksoft/ksoup/ksoup/" + }, + { + "github": "huanshankeji/compose-html-material", + "category": "UI", + "maven": "https://repo1.maven.org/maven2/com/huanshankeji/compose-html-material3/" } ]