Backwards compat to v19

This commit is contained in:
2020-03-05 19:46:14 -05:00
parent f3601f4694
commit e20c15761d
3 changed files with 7 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.3.61'
ext.kotlin_version = '1.3.70'
repositories {
google()
jcenter()