Skip to content

Commit

Permalink
Merge pull request #50 from moove-it/enhancement/bump_kotlin_version
Browse files Browse the repository at this point in the history
Bump gradle and kotlin version
  • Loading branch information
Jeasmine authored Jun 16, 2017
2 parents 2baf60e + 19635b5 commit eacc507
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.gradleVersion = '2.3.2'
ext.kotlinVersion = '1.1.1'
ext.gradleVersion = '2.3.3'
ext.kotlinVersion = '1.1.2'

repositories {
jcenter()
Expand Down

0 comments on commit eacc507

Please sign in to comment.