Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b1eea5c2 authored by dependabot[bot]'s avatar dependabot[bot] Committed by Michael Bestas
Browse files

Bump kotlinx-coroutines-core from 1.5.0 to 1.5.1

Bumps [kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.5.0...1.5.1

)

Signed-off-by: default avatardependabot[bot] <support@github.com>
Change-Id: I3db9a11711678c864556ad1d68d645336c57646f
parent 1230f9ad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -148,7 +148,7 @@ apply plugin: 'kotlin-android'

dependencies {
    implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
    implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0"
    implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.1"
    implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.1"

    implementation 'androidx.preference:preference:1.1.1'