diff options
author | Matthew Wong <wongma7@outlook.com> | 2016-06-12 15:45:28 -0400 |
---|---|---|
committer | Matthew Wong <wongma7@outlook.com> | 2016-06-12 15:45:28 -0400 |
commit | f739b1c56482f2683a9c2a917921c6d0654fdd2f (patch) | |
tree | 48cc65595cf4e17bfc7627888dc3b449b7a831ef /build.gradle | |
parent | f6f0576cafab9ecc747bba9b4b9fdbf1961efc92 (diff) |
update build tools
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index b8224c36..32e51710 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:2.1.0' + classpath 'com.android.tools.build:gradle:2.1.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files @@ -22,7 +22,7 @@ allprojects { ext { compileSdkVersion = 23 - buildToolsVersion = "23.0.2" + buildToolsVersion = "23.0.3" } subprojects { subproject -> afterEvaluate{ |