Skip to content

Commit 588b002

Browse files
committed
Update gradle and kotlin version & fix build
1 parent a566167 commit 588b002

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,7 +1,7 @@
11
buildscript {
22
ext {
3-
gradlePluginVersion = '3.0.0-beta3'
4-
kotlinVersion = '1.1.4-2'
3+
gradlePluginVersion = '3.0.0-beta6'
4+
kotlinVersion = '1.1.50'
55
supportLibVersion = '26.0.1'
66
tagSoupVersion = '1.2.1'
77
glideVersion = '3.7.0'

0 commit comments

Comments
 (0)