First tries with Html rendering...

This commit is contained in:
ganfra 2022-11-29 21:28:13 +01:00
parent b399aebdf5
commit f26404154d
8 changed files with 297 additions and 12 deletions

View file

@ -16,6 +16,7 @@ dependencies {
implementation(libs.timber)
implementation(libs.datetime)
implementation(libs.accompanist.flowlayout)
implementation("org.jsoup:jsoup:1.15.3")
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.1.3")
androidTestImplementation("androidx.test.espresso:espresso-core:3.4.0")