Skip to content

Commit

Permalink
Merge pull request antoniolg#34 from pgreze/master
Browse files Browse the repository at this point in the history
Update kotlin (1.1.3), Android plugin (2.3.3) and build tools version (26.0.0)
  • Loading branch information
antoniolg authored Jul 10, 2017
2 parents 57e1d56 + c5602f9 commit 811cc7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-kapt'

android {
compileSdkVersion parent.ext.androidCompileSdkVersion
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
*/

buildscript {
ext.kotlin_version = '1.1.1'
ext.kotlin_version = '1.1.3'
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.0'
classpath 'com.android.tools.build:gradle:2.3.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand All @@ -32,7 +32,7 @@ allprojects {

ext {
// Android config
androidBuildToolsVersion = "25.0.2"
androidBuildToolsVersion = "26.0.0"
androidMinSdkVersion = 17
androidTargetSdkVersion = 25
androidCompileSdkVersion = 25
Expand Down

0 comments on commit 811cc7e

Please sign in to comment.