Skip to content

Commit

Permalink
Update android plugin & sdk versions
Browse files Browse the repository at this point in the history
  • Loading branch information
czak committed Jan 12, 2016
1 parent ddc87bf commit fd8c70f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Expand Up @@ -3,13 +3,13 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.0.1'
classpath 'com.android.tools.build:gradle:1.5.0'
}
}

apply plugin: 'com.android.application'

android {
compileSdkVersion 21
buildToolsVersion '21.1.2'
compileSdkVersion 23
buildToolsVersion '23.0.2'
}

0 comments on commit fd8c70f

Please sign in to comment.