fixed crash in landscape, update to kotlin 1.3

This commit is contained in:
2018-10-30 17:53:02 +01:00
parent f9a122558d
commit f8ecf18de7
5 changed files with 6 additions and 5 deletions

View File

@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.2.71'
ext.kotlin_version = '1.3.0'
repositories {
google()
jcenter()