Skip to content

Commit

Permalink
chore(deps): update coroutines_version to v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 22, 2021
1 parent 9b994b8 commit 9a65ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {

implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

def coroutines_version = '1.3.2'
def coroutines_version = '1.6.0'
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version"
}
Expand Down

0 comments on commit 9a65ac4

Please sign in to comment.