Skip to content

Commit

Permalink
Upgrade: bumped into version gradle 3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
pokk committed Jan 15, 2019
1 parent 97fffd6 commit 30bbe97
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,15 +1,15 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.3.10'
ext.kotlin_version = '1.3.11'
ext.build_tool_version = '27.0.3'
ext.android_version = '27.1.1'
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.android.tools.build:gradle:3.3.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

// NOTE: Do not place your application dependencies here; they belong
Expand Down

0 comments on commit 30bbe97

Please sign in to comment.