Kotlin & Gson Updates

This commit is contained in:
Erik C. Thauvin 2017-09-26 21:20:05 -07:00
parent 777fb1ad65
commit 943a565166
2 changed files with 5 additions and 2 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.1.4-2'
ext.kotlin_version = '1.1.50'
repositories {
jcenter()
}
@ -17,6 +17,9 @@ buildscript {
allprojects {
repositories {
jcenter()
flatDir {
dirs 'libs'
}
}
}