Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.8.0 to 1.8.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Kotlin/kotlinx.coroutines/releases">org.jetbrains.kotlinx:kotlinx-coroutines-core's releases</a>.</em></p> <blockquote> <h2>1.8.1</h2> <ul> <li>Remove the <code>@ExperimentalTime</code> annotation from usages of <code>TimeSource</code> (<a href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4046">#4046</a>). Thanks, <a href="https://github.com/hfhbd"><code>@hfhbd</code></a>!</li> <li>Introduce a workaround for an Android bug that caused an occasional <code>NullPointerException</code> when setting the <code>StateFlow</code> value on old Android devices (<a href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/3820">#3820</a>).</li> <li>No longer use <code>kotlin.random.Random</code> as part of <code>Dispatchers.Default</code> and <code>Dispatchers.IO</code> initialization (<a href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4051">#4051</a>).</li> <li><code>Flow.timeout</code> throws the exception with which the channel was closed (<a href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4071">#4071</a>).</li> <li>Small tweaks and documentation fixes.</li> </ul> <h2>1.8.1-Beta</h2> <ul> <li>Remove the <code>@ExperimentalTime</code> annotation from usages of <code>TimeSource</code> (<a href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4046">#4046</a>). Thanks, <a href="https://github.com/hfhbd"><code>@hfhbd</code></a>!</li> <li>Attempt a workaround for an Android bug that caused an occasional <code>NullPointerException</code> when setting the <code>StateFlow</code> value on old Android devices (<a href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/3820">#3820</a>).</li> <li>No longer use <code>kotlin.random.Random</code> as part of <code>Dispatchers.Default</code> and <code>Dispatchers.IO</code> initialization (<a href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4051">#4051</a>).</li> <li>Small tweaks.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md">org.jetbrains.kotlinx:kotlinx-coroutines-core's changelog</a>.</em></p> <blockquote> <h2>Version 1.8.1</h2> <ul> <li>Remove the <code>@ExperimentalTime</code> annotation from usages of <code>TimeSource</code> (<a href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4046">#4046</a>). Thanks, <a href="https://github.com/hfhbd"><code>@hfhbd</code></a>!</li> <li>Introduce a workaround for an Android bug that caused an occasional <code>NullPointerException</code> when setting the <code>StateFlow</code> value on old Android devices (<a href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/3820">#3820</a>).</li> <li>No longer use <code>kotlin.random.Random</code> as part of <code>Dispatchers.Default</code> and <code>Dispatchers.IO</code> initialization (<a href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4051">#4051</a>).</li> <li><code>Flow.timeout</code> throws the exception with which the channel was closed (<a href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4071">#4071</a>).</li> <li>Small tweaks and documentation fixes.</li> </ul> <h3>Changelog relative to version 1.8.1-Beta</h3> <ul> <li><code>Flow.timeout</code> throws the exception with which the channel was closed (<a href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4071">#4071</a>).</li> <li>Small documentation fixes.</li> </ul> <h2>Version 1.8.1-Beta</h2> <ul> <li>Remove the <code>@ExperimentalTime</code> annotation from usages of <code>TimeSource</code> (<a href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4046">#4046</a>). Thanks, <a href="https://github.com/hfhbd"><code>@hfhbd</code></a>!</li> <li>Attempt a workaround for an Android bug that caused an occasional <code>NullPointerException</code> when setting the <code>StateFlow</code> value on old Android devices (<a href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/3820">#3820</a>).</li> <li>No longer use <code>kotlin.random.Random</code> as part of <code>Dispatchers.Default</code> and <code>Dispatchers.IO</code> initialization (<a href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4051">#4051</a>).</li> <li>Small tweaks.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="cd696d3f8f"><code>cd696d3</code></a> Version 1.8.1</li> <li><a href="c1ba5af8c5"><code>c1ba5af</code></a> Fix the ticker channel example giving wrong results on the website (<a href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4109">#4109</a>)</li> <li><a href="2430d9a799"><code>2430d9a</code></a> Fix broken API reference links to the Project Reactor Javadoc (<a href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4111">#4111</a>)</li> <li><a href="f22b229a09"><code>f22b229</code></a> fix the link to <code>Thread.uncaughtExceptionHandler</code></li> <li><a href="515308dc3d"><code>515308d</code></a> fix: get rid of horizontal scrolling by splitting the comment and show more c...</li> <li><a href="f8d1821f13"><code>f8d1821</code></a> Fix typo in coroutine-context-and-dispatchers.md (<a href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/3941">#3941</a>)</li> <li><a href="20707d35ac"><code>20707d3</code></a> fix: remove <code>sampleStart</code> and <code>sampleEnd</code> comments from example in coroutine-...</li> <li><a href="01485343b4"><code>0148534</code></a> chore: fix identation in example loadContributorsBlocking() (<a href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4085">#4085</a>)</li> <li><a href="74774df13a"><code>74774df</code></a> Docs: reference to The Hitchhiker's Guide to the Galaxy (<a href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4082">#4082</a>)</li> <li><a href="d106ac7c36"><code>d106ac7</code></a> Docs: avoid scrolling sample code; fix test description; add () to functions ...</li> <li>Additional commits viewable in <a href="https://github.com/Kotlin/kotlinx.coroutines/compare/1.8.0...1.8.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
79 lines
4.5 KiB
TOML
79 lines
4.5 KiB
TOML
[versions]
|
|
agp = "8.4.0"
|
|
kotlin = "1.9.23"
|
|
ksp = "1.9.23-1.0.20"
|
|
compose-compiler = "1.5.11"
|
|
compose-bom = "2024.05.00"
|
|
lifecycle = "2.7.0"
|
|
accompanist = "0.34.0"
|
|
navigation = "2.7.7"
|
|
activity-compose = "1.9.0"
|
|
kotlinx-coroutines = "1.8.1"
|
|
coil-compose = "2.6.0"
|
|
compose-destination = "1.10.2"
|
|
sheets-compose-dialogs = "1.3.0"
|
|
markdown = "4.6.2"
|
|
webkit = "1.11.0"
|
|
appiconloader-coil = "1.5.0"
|
|
parcelablelist = "2.0.1"
|
|
libsu = "5.2.2"
|
|
apksign = "1.4"
|
|
cmaker = "1.2"
|
|
|
|
[plugins]
|
|
agp-app = { id = "com.android.application", version.ref = "agp" }
|
|
agp-lib = { id = "com.android.library", version.ref = "agp" }
|
|
|
|
kotlin = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
|
|
|
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|
|
|
|
lsplugin-apksign = { id = "org.lsposed.lsplugin.apksign", version.ref = "apksign" }
|
|
lsplugin-cmaker = { id = "org.lsposed.lsplugin.cmaker", version.ref = "cmaker" }
|
|
|
|
[libraries]
|
|
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activity-compose" }
|
|
|
|
androidx-navigation-compose = { group = "androidx.navigation", name = "navigation-compose", version.ref = "navigation" }
|
|
|
|
androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "compose-bom" }
|
|
androidx-compose-material-icons-extended = { group = "androidx.compose.material", name = "material-icons-extended" }
|
|
androidx-compose-material = { group = "androidx.compose.material", name = "material" }
|
|
androidx-compose-material3 = { group = "androidx.compose.material3", name = "material3" }
|
|
androidx-compose-ui = { group = "androidx.compose.ui", name = "ui" }
|
|
androidx-compose-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
|
|
androidx-compose-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
|
|
androidx-compose-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
|
|
|
|
androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycle" }
|
|
androidx-lifecycle-runtime-compose = { group = "androidx.lifecycle", name = "lifecycle-runtime-compose", version.ref = "lifecycle" }
|
|
androidx-lifecycle-viewmodel-compose = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-compose", version.ref = "lifecycle" }
|
|
|
|
androidx-webkit = { module = "androidx.webkit:webkit", version.ref = "webkit" }
|
|
|
|
com-google-accompanist-drawablepainter = { group = "com.google.accompanist", name = "accompanist-drawablepainter", version.ref = "accompanist" }
|
|
com-google-accompanist-navigation-animation = { group = "com.google.accompanist", name = "accompanist-navigation-animation", version.ref = "accompanist" }
|
|
com-google-accompanist-systemuicontroller = { group = "com.google.accompanist", name = "accompanist-systemuicontroller", version.ref = "accompanist" }
|
|
com-google-accompanist-webview = { group = "com.google.accompanist", name = "accompanist-webview", version.ref = "accompanist" }
|
|
|
|
com-github-topjohnwu-libsu-core = { group = "com.github.topjohnwu.libsu", name = "core", version.ref = "libsu" }
|
|
com-github-topjohnwu-libsu-service = { group = "com.github.topjohnwu.libsu", name = "service", version.ref = "libsu" }
|
|
com-github-topjohnwu-libsu-io= { group = "com.github.topjohnwu.libsu", name = "io", version.ref = "libsu" }
|
|
|
|
dev-rikka-rikkax-parcelablelist = { module = "dev.rikka.rikkax.parcelablelist:parcelablelist", version.ref = "parcelablelist" }
|
|
|
|
io-coil-kt-coil-compose = { group = "io.coil-kt", name = "coil-compose", version.ref = "coil-compose" }
|
|
|
|
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinx-coroutines" }
|
|
|
|
me-zhanghai-android-appiconloader-coil = { group = "me.zhanghai.android.appiconloader", name = "appiconloader-coil", version.ref = "appiconloader-coil" }
|
|
|
|
compose-destinations-animations-core = { group = "io.github.raamcosta.compose-destinations", name = "animations-core", version.ref = "compose-destination" }
|
|
compose-destinations-ksp = { group = "io.github.raamcosta.compose-destinations", name = "ksp", version.ref = "compose-destination" }
|
|
|
|
sheet-compose-dialogs-core = { group = "com.maxkeppeler.sheets-compose-dialogs", name = "core", version.ref = "sheets-compose-dialogs" }
|
|
sheet-compose-dialogs-list = { group = "com.maxkeppeler.sheets-compose-dialogs", name = "list", version.ref = "sheets-compose-dialogs" }
|
|
sheet-compose-dialogs-input = { group = "com.maxkeppeler.sheets-compose-dialogs", name = "input", version.ref = "sheets-compose-dialogs" }
|
|
|
|
markdown = { group = "io.noties.markwon", name = "core", version.ref = "markdown" }
|