Bump dependencies

This commit is contained in:
Artem Chepurnoy 2024-03-07 18:41:48 +02:00
parent 887824a567
commit aefb752467
No known key found for this signature in database
GPG Key ID: FAC37D0CF674043E
3 changed files with 8 additions and 6 deletions

View File

@ -70,6 +70,7 @@ kotlin {
api(libs.cash.sqldelight.coroutines.extensions) api(libs.cash.sqldelight.coroutines.extensions)
api(libs.halilibo.richtext.ui.material3) api(libs.halilibo.richtext.ui.material3)
api(libs.halilibo.richtext.commonmark) api(libs.halilibo.richtext.commonmark)
api(libs.halilibo.richtext.markdown)
api(libs.devsrsouza.feather) api(libs.devsrsouza.feather)
} }
} }

View File

@ -3,7 +3,7 @@ package com.artemchep.keyguard.ui.markdown
import androidx.compose.material3.MaterialTheme import androidx.compose.material3.MaterialTheme
import androidx.compose.runtime.Composable import androidx.compose.runtime.Composable
import androidx.compose.ui.Modifier import androidx.compose.ui.Modifier
import com.halilibo.richtext.markdown.Markdown import com.halilibo.richtext.commonmark.Markdown
import com.halilibo.richtext.ui.RichTextStyle import com.halilibo.richtext.ui.RichTextStyle
import com.halilibo.richtext.ui.material3.RichText import com.halilibo.richtext.ui.material3.RichText
import com.halilibo.richtext.ui.resolveDefaults import com.halilibo.richtext.ui.resolveDefaults

View File

@ -13,7 +13,7 @@ appVersionName = "1.0.0"
appVersionCode = "2" appVersionCode = "2"
# https://github.com/google/accompanist # https://github.com/google/accompanist
accompanist = "0.34.0" accompanist = "0.34.0"
androidBillingClient = "6.1.0" androidBillingClient = "6.2.0"
# https://mvnrepository.com/artifact/com.android.tools/desugar_jdk_libs # https://mvnrepository.com/artifact/com.android.tools/desugar_jdk_libs
androidDesugar = "2.0.4" androidDesugar = "2.0.4"
# https://mvnrepository.com/artifact/com.android.tools.build/gradle?repo=google # https://mvnrepository.com/artifact/com.android.tools.build/gradle?repo=google
@ -24,12 +24,12 @@ androidxAutofill = "1.3.0-alpha01"
androidxBaselineProfile = "1.2.3" androidxBaselineProfile = "1.2.3"
androidxBenchmarkMacroJUnit4 = "1.2.3" androidxBenchmarkMacroJUnit4 = "1.2.3"
androidxBiometricKtx = "1.2.0-alpha05" androidxBiometricKtx = "1.2.0-alpha05"
androidxBrowser = "1.7.0" androidxBrowser = "1.8.0"
androidxCamera = "1.4.0-alpha04" androidxCamera = "1.4.0-alpha04"
androidxCoreKtx = "1.12.0" androidxCoreKtx = "1.12.0"
androidxCoreSplash = "1.1.0-alpha02" androidxCoreSplash = "1.1.0-alpha02"
androidxCoreShortcuts = "1.1.0" androidxCoreShortcuts = "1.1.0"
androidxCredentials = "1.2.0" androidxCredentials = "1.2.1"
androidxDatastore = "1.0.0" androidxDatastore = "1.0.0"
androidxLifecycle = "2.7.0" androidxLifecycle = "2.7.0"
androidxProfileInstaller = "1.3.1" androidxProfileInstaller = "1.3.1"
@ -90,7 +90,7 @@ ktlint = "0.50.0"
ktlintPlugin = "12.1.0" ktlintPlugin = "12.1.0"
# https://github.com/ktorio/ktor # https://github.com/ktorio/ktor
# Keep in sync with https://github.com/Kamel-Media/Kamel/blob/main/gradle/libs.versions.toml#L24 # Keep in sync with https://github.com/Kamel-Media/Kamel/blob/main/gradle/libs.versions.toml#L24
ktor = "2.3.8" ktor = "2.3.9"
# https://github.com/skydoves/landscapist # https://github.com/skydoves/landscapist
landscapist = "2.3.2" landscapist = "2.3.2"
# https://github.com/cashapp/licensee # https://github.com/cashapp/licensee
@ -110,7 +110,7 @@ playReviewKtx = "2.0.1"
# https://developers.google.com/android/guides/setup # https://developers.google.com/android/guides/setup
playServicesBase = "18.3.0" playServicesBase = "18.3.0"
# https://github.com/halilozercan/compose-richtext/releases # https://github.com/halilozercan/compose-richtext/releases
richtext = "0.20.0" richtext = "1.0.0-alpha01"
# https://mvnrepository.com/artifact/com.microsoft.signalr/signalr # https://mvnrepository.com/artifact/com.microsoft.signalr/signalr
signalr = "8.0.2" signalr = "8.0.2"
# https://mvnrepository.com/artifact/org.slf4j/slf4j-api # https://mvnrepository.com/artifact/org.slf4j/slf4j-api
@ -204,6 +204,7 @@ google-play-services-mlkit-barcode-scanning = { module = "com.google.android.gms
google-zxing-core = { module = "com.google.zxing:core", version.ref = "zxing" } google-zxing-core = { module = "com.google.zxing:core", version.ref = "zxing" }
google-zxing-javase = { module = "com.google.zxing:javase", version.ref = "zxing" } google-zxing-javase = { module = "com.google.zxing:javase", version.ref = "zxing" }
halilibo-richtext-commonmark = { module = "com.halilibo.compose-richtext:richtext-commonmark", version.ref = "richtext" } halilibo-richtext-commonmark = { module = "com.halilibo.compose-richtext:richtext-commonmark", version.ref = "richtext" }
halilibo-richtext-markdown = { module = "com.halilibo.compose-richtext:richtext-markdown", version.ref = "richtext" }
halilibo-richtext-ui-material3 = { module = "com.halilibo.compose-richtext:richtext-ui-material3", version.ref = "richtext" } halilibo-richtext-ui-material3 = { module = "com.halilibo.compose-richtext:richtext-ui-material3", version.ref = "richtext" }
harawata-appdirs = { module = "net.harawata:appdirs", version.ref = "appDirs" } harawata-appdirs = { module = "net.harawata:appdirs", version.ref = "appDirs" }
html-text = { module = "de.charlex.compose.material3:material3-html-text", version.ref = "htmlText" } html-text = { module = "de.charlex.compose.material3:material3-html-text", version.ref = "htmlText" }