Skip to content
Snippets Groups Projects
Verified Commit 5bb3f4fe authored by RenovateBot's avatar RenovateBot Committed by Ryan Harg
Browse files

Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.5.2

parent 3dd322de
No related branches found
No related tags found
1 merge request!94Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.5.2
Checking pipeline status
...@@ -154,7 +154,7 @@ dependencies { ...@@ -154,7 +154,7 @@ dependencies {
implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar", "*.aar")))) implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar", "*.aar"))))
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk7:${Versions.kotlin}") implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk7:${Versions.kotlin}")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.1") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2")
implementation("androidx.appcompat:appcompat:1.3.1") implementation("androidx.appcompat:appcompat:1.3.1")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment