Skip to content

Commit dfb5471

Browse files
authored
Merge pull request #399 from wordpress-mobile/fueature/updating-gradle-and-kotlin
Updating kotlin and build tools
2 parents 5620dc5 + e3506ea commit dfb5471

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
@@ -1,11 +1,11 @@
11
buildscript {
2-
ext.kotlin_version = '1.1.2-3'
2+
ext.kotlin_version = '1.1.2-5'
33
repositories {
44
jcenter()
55
}
66

77
dependencies {
8-
classpath 'com.android.tools.build:gradle:2.3.2'
8+
classpath 'com.android.tools.build:gradle:2.3.3'
99
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1010
}
1111
}

0 commit comments

Comments
 (0)