Skip to content

Commit

Permalink
Update build tools version.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkil committed Nov 9, 2015
1 parent 414ab28 commit 69c86b0
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 @@ -3,7 +3,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.4.0-beta2'
classpath 'com.android.tools.build:gradle:1.5.0-beta2'
}
}

Expand All @@ -16,7 +16,7 @@ allprojects {
ext {
minSdkVersion = 7
compileSdkVersion = 23
buildToolsVersion = '23.0.1'
buildToolsVersion = '23.0.2'

// Android dependencies.
supportAppCompat = 'com.android.support:appcompat-v7:23.1.0'
Expand Down

0 comments on commit 69c86b0

Please sign in to comment.