mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 19:07:02 +05:30
build: upgrade coroutines to 1.4.3
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
fc3238a618
commit
3a75dd75b5
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ object Dependencies {
|
|||
|
||||
object Coroutines {
|
||||
|
||||
private const val version = "1.4.2"
|
||||
private const val version = "1.4.3"
|
||||
const val android = "org.jetbrains.kotlinx:kotlinx-coroutines-android:$version"
|
||||
const val core = "org.jetbrains.kotlinx:kotlinx-coroutines-core:$version"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue