Skip to content

Commit

Permalink
Upgrade grade and kotlin version
Browse files Browse the repository at this point in the history
  • Loading branch information
mirland committed May 8, 2018
1 parent 733c56f commit 06f2a64
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
Expand Up @@ -5,9 +5,9 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.android.tools.build:gradle:3.1.2'
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.0'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.10'
classpath 'gradle.plugin.io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.0.0.RC2'
}
}
Expand Down

0 comments on commit 06f2a64

Please sign in to comment.