donwgrade kotlin
This commit is contained in:
parent
158e9c6508
commit
59afd03f95
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@
|
||||||
buildscript {
|
buildscript {
|
||||||
ext.kotlin_version = '1.5.0-release-764'
|
ext.kotlin_version = '1.5.0-release-764'
|
||||||
ext {
|
ext {
|
||||||
kotlin_version = '1.5.0'
|
// kotlin 1.5.0 prevents travis from pass
|
||||||
|
kotlin_version = '1.4.32'
|
||||||
coreVersion = '1.5.0'
|
coreVersion = '1.5.0'
|
||||||
rxjava_version = '2.2.21'
|
rxjava_version = '2.2.21'
|
||||||
rxandroid_version = '2.1.1'
|
rxandroid_version = '2.1.1'
|
||||||
|
|
Loading…
Reference in a new issue