There was an error while loading. Please reload this page.
1 parent e28fd70 commit 33203bbCopy full SHA for 33203bb
build.gradle
@@ -3,7 +3,7 @@ apply from: 'buildsystem/dependencies.gradle'
3
4
buildscript {
5
ext.kotlin_version = '1.2.31'
6
- ext.gradle_tools = '3.1.0'
+ ext.gradle_tools = '3.1.3'
7
ext.build_tools = '27.0.3'
8
9
ext.compile_sdk = 27
@@ -21,7 +21,7 @@ buildscript {
21
}
22
23
dependencies {
24
- classpath 'com.android.tools.build:gradle:3.1.3'
+ classpath "com.android.tools.build:gradle:$gradle_tools"
25
//noinspection DifferentKotlinGradleVersion
26
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
27
0 commit comments