Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8052ea1

Browse files
committedOct 10, 2021
Update coroutines_version to v1.5.2
1 parent b99b4f0 commit 8052ea1

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
@@ -3,7 +3,7 @@ buildscript {
33
ext {
44
compose_version = '1.0.0-beta01'
55
kotlin_version = '1.4.30'
6-
coroutines_version = '1.4.2'
6+
coroutines_version = '1.5.2'
77
}
88
repositories {
99
google()

0 commit comments

Comments
 (0)
Please sign in to comment.