Update Jetpack Compose version to 1.2.0-alpha07
This commit is contained in:
@@ -101,7 +101,7 @@ dependencies {
|
||||
implementation(JetpackCompose.MATERIAL_ICONS)
|
||||
implementation(JetpackCompose.RUNTIME_LIVEDATA)
|
||||
|
||||
implementation(JetpackCompose.MARKDOWN)
|
||||
// implementation(JetpackCompose.MARKDOWN)
|
||||
|
||||
implementation(Accompanist.INSETS)
|
||||
implementation(Accompanist.INSETS_UI)
|
||||
@@ -110,7 +110,7 @@ dependencies {
|
||||
implementation(Accompanist.DRAWABLE_PAINTER)
|
||||
implementation(Accompanist.APPCOMPAT_THEME)
|
||||
|
||||
implementation("io.coil-kt:coil-compose:1.4.0")
|
||||
implementation("io.coil-kt:coil-compose:2.0.0-rc03")
|
||||
|
||||
implementation(KtorClient.CORE)
|
||||
implementation(KtorClient.OKHTTP)
|
||||
@@ -138,8 +138,6 @@ dependencies {
|
||||
|
||||
implementation("org.jsoup:jsoup:1.14.3")
|
||||
|
||||
implementation("ru.noties.markwon:core:3.1.0")
|
||||
|
||||
implementation("xyz.quaver.pupil.sources:core:0.0.1-alpha01-DEV26")
|
||||
|
||||
implementation("xyz.quaver:documentfilex:0.7.2")
|
||||
|
||||
@@ -26,7 +26,6 @@ import androidx.compose.ui.Modifier
|
||||
import androidx.compose.ui.platform.LocalContext
|
||||
import androidx.compose.ui.unit.dp
|
||||
import androidx.compose.ui.window.Dialog
|
||||
import dev.jeziellago.compose.markdowntext.MarkdownText
|
||||
import kotlinx.coroutines.launch
|
||||
import org.kodein.di.compose.onDIContext
|
||||
import xyz.quaver.pupil.util.Release
|
||||
@@ -65,7 +64,7 @@ fun UpdateAlertDialog(
|
||||
style = MaterialTheme.typography.h6
|
||||
)
|
||||
|
||||
MarkdownText(release.releaseNotes.getOrElse(Locale.getDefault()) { release.releaseNotes[Locale.ENGLISH]!! })
|
||||
Text(release.releaseNotes.getOrElse(Locale.getDefault()) { release.releaseNotes[Locale.ENGLISH]!! })
|
||||
|
||||
Row(
|
||||
Modifier.fillMaxWidth(),
|
||||
|
||||
@@ -24,7 +24,7 @@ object Versions {
|
||||
const val COROUTINE = "1.6.1"
|
||||
const val SERIALIZATION = "1.3.2"
|
||||
|
||||
const val JETPACK_COMPOSE = "1.1.1"
|
||||
const val JETPACK_COMPOSE = "1.2.0-alpha07"
|
||||
const val ACCOMPANIST = "0.23.1"
|
||||
|
||||
const val KTOR = "2.0.0"
|
||||
|
||||
Reference in New Issue
Block a user