Add SVG support

This commit is contained in:
Niko Diamadis
2024-04-22 20:33:04 +02:00
parent d5903b2531
commit 4cc82267f8
2 changed files with 7 additions and 1 deletions

View File

@@ -66,6 +66,7 @@ if (project.hasProperty('sign')) {
}
dependencies {
def coil_version = "2.6.0"
def markwon_version = "4.6.2"
implementation project(':client')
implementation 'androidx.appcompat:appcompat:1.6.1'
@@ -77,7 +78,8 @@ dependencies {
implementation 'androidx.preference:preference-ktx:1.2.1'
implementation 'com.github.cyb3rko:QuickPermissions-Kotlin:1.1.3'
implementation 'io.coil-kt:coil:2.6.0'
implementation "io.coil-kt:coil:$coil_version"
implementation "io.coil-kt:coil-svg:$coil_version"
implementation "io.noties.markwon:core:$markwon_version"
implementation "io.noties.markwon:image-coil:$markwon_version"
implementation "io.noties.markwon:image:$markwon_version"