update dependencies, use new scheduleAsync of job library

This commit is contained in:
Conny Duck 2018-03-03 13:54:58 +01:00
commit 6e3faa8957
3 changed files with 9 additions and 13 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.21'
ext.kotlin_version = '1.2.30'
repositories {
jcenter()
google()