Skip to content

Commit

Permalink
Merge pull request #30 from taehwandev/14-Renderscript
Browse files Browse the repository at this point in the history
Update kotlin version
  • Loading branch information
taehwandev authored Jan 15, 2017
2 parents 1ad92bd + 4b90114 commit 2ebd865
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
16 changes: 13 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
apply from: 'dependencies.gradle'

buildscript {
ext {
// Build SDK version
buildToolsVersion = '24.0.3'
compileSdkVersion = 24
targetSdkVersion = 24
minSdkVersion = 16

kotlin_version = '1.0.6'
supportLibraryVersion = '24.2.1'
}

repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.0.5"
classpath 'com.android.tools.build:gradle:2.2.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
10 changes: 0 additions & 10 deletions dependencies.gradle

This file was deleted.

0 comments on commit 2ebd865

Please sign in to comment.