wip: feat: add formated text display

This commit is contained in:
2025-06-05 00:34:26 +03:00
parent 26417b8072
commit 7a2567f019
3 changed files with 237 additions and 5 deletions
+2 -2
View File
@@ -1,7 +1,6 @@
/*
* Created by sweetbread
* Copyright (c) 2025. All rights reserved.
* Last modified 03.03.2025, 16:46
*/
plugins {
@@ -86,5 +85,6 @@ dependencies {
androidTestImplementation(libs.androidx.navigation.testing)
// Others
implementation(libs.splitties.base) // Syntax sugar
implementation(libs.splitties.base) // Syntax sugar
implementation(libs.jsoup) // HTML parser
}