Skip to content

Commit 2cf32e7

Browse files
committed
bump coroutines to 1.5.2
1 parent 9a4bb42 commit 2cf32e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ buildscript {
1919
ext.kotlinVersion = '1.4.32'
2020
// Please update $coroutinesVersion alongside $kotlinVersion
2121
// A map of versions can be found here: https://kotlinlang.org/docs/releases.html
22-
ext.coroutinesVersion = '1.4.3'
22+
ext.coroutinesVersion = '1.5.2'
2323

2424
repositories {
2525
google()

0 commit comments

Comments
 (0)