upgrade Kotlin to 1.3.70 (#1730)

This commit is contained in:
Konrad Pozniak 2020-03-18 17:12:56 +01:00 committed by GitHub
parent 9c4898117e
commit 43162789c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.3.61'
ext.kotlin_version = '1.3.70'
repositories {
google()
jcenter()