feat(blogs): Add markup

This commit is contained in:
sweetbread
2024-03-23 12:48:59 +03:00
parent 3cf7885d9e
commit 6e85ca4bdc
4 changed files with 52 additions and 8 deletions
+2 -2
View File
@@ -26,7 +26,7 @@ activity = "1.8.2"
navigationCompose = "2.7.7"
secretsGradlePlugin = "2.0.1"
splittiesFunPackAndroidBaseWithViewsDsl = "3.0.0"
commonsText = "1.11.0"
kefirbb = "1.5"
[libraries]
acra-http = { module = "ch.acra:acra-http", version.ref = "acraHttp" }
@@ -61,7 +61,7 @@ androidx-lifecycle-viewmodel-ktx = { group = "androidx.lifecycle", name = "lifec
androidx-activity = { group = "androidx.activity", name = "activity", version.ref = "activity" }
secrets-gradle-plugin = { module = "com.google.android.libraries.mapsplatform.secrets-gradle-plugin:secrets-gradle-plugin", version.ref = "secretsGradlePlugin" }
splitties-funpack-android-base-with-views-dsl = { module = "com.louiscad.splitties:splitties-fun-pack-android-base-with-views-dsl", version.ref = "splittiesFunPackAndroidBaseWithViewsDsl" }
commons-text = { group = "org.apache.commons", name = "commons-text", version.ref = "commonsText" }
kefirbb = { group = "org.kefirsf", name = "kefirbb", version.ref = "kefirbb" }
[plugins]
androidApplication = { id = "com.android.application", version.ref = "agp" }