Skip to content

Commit 153b453

Browse files
committed
Kotlin 1.3.71 + Kotlin Coroutines 1.3.5
1 parent 1c72f18 commit 153b453

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
buildscript {
44
ext {
5-
kotlin_version = '1.3.50'
6-
kotlin_cotoutines_version = '1.3.1'
5+
kotlin_version = '1.3.71'
6+
kotlin_cotoutines_version = '1.3.5'
77
}
88
ext.versions = [
99
'compileSdk' : 29,

0 commit comments

Comments
 (0)