update commons-lang and coroutines

* commons-lang 3.9 -> 3.10
* coroutines 1.3.3 -> 1.3.5
This commit is contained in:
2020-05-01 12:48:53 +02:00
parent a19173b499
commit 6ec9b9f5e2
2 changed files with 4 additions and 4 deletions

View File

@ -1,13 +1,13 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.3.71'
ext.kotlin_version = '1.3.72'
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.2'
classpath 'com.android.tools.build:gradle:3.6.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong