Skip to content

Commit 98d352b

Browse files
committed
Downgrade Kotlin & Kotlin Coroutiens version
1 parent cad7b03 commit 98d352b

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.41'
6-
kotlin_cotoutines_version = '1.2.1'
5+
kotlin_version = '1.3.21'
6+
kotlin_cotoutines_version = '1.1.1'
77
}
88
ext.versions = [
99
'compileSdk' : 28,

0 commit comments

Comments
 (0)