Skip to content

Commit 33203bb

Browse files
onyxmuellerandroid10
authored andcommitted
use defined gradle_tools variable and update to 3.1.3 (android10#36)
1 parent e28fd70 commit 33203bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply from: 'buildsystem/dependencies.gradle'
33

44
buildscript {
55
ext.kotlin_version = '1.2.31'
6-
ext.gradle_tools = '3.1.0'
6+
ext.gradle_tools = '3.1.3'
77
ext.build_tools = '27.0.3'
88

99
ext.compile_sdk = 27
@@ -21,7 +21,7 @@ buildscript {
2121
}
2222

2323
dependencies {
24-
classpath 'com.android.tools.build:gradle:3.1.3'
24+
classpath "com.android.tools.build:gradle:$gradle_tools"
2525
//noinspection DifferentKotlinGradleVersion
2626
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
2727
}

0 commit comments

Comments
 (0)