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

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

Bump kotlinx-coroutines-android from 1.5.0 to 1.5.1

Bumps [kotlinx-coroutines-android](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: Iac8f93d6af40bce76e2fd9c1ba68b2e36bd92862
parent 4ecfef01
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -149,7 +149,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-android:1.5.0"
    implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.1"

    implementation 'androidx.preference:preference:1.1.1'
    implementation 'androidx.appcompat:appcompat:1.3.0'