Kotlin 1.3.40

Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
Harsh Shandilya 2019-06-19 22:55:00 +05:30
parent 56e53d36fd
commit 60a244a49f
No known key found for this signature in database
GPG key ID: C2E74282C2133D62

View file

@ -8,7 +8,7 @@ buildscript {
}
dependencies {
classpath("com.android.tools.build:gradle:3.4.1")
classpath(kotlin("gradle-plugin", "1.3.31"))
classpath(kotlin("gradle-plugin", "1.3.40"))
}
}