diff options
author | Mohamed Zenadi <mohamed@zenadi.com> | 2015-03-14 19:24:19 +0100 |
---|---|---|
committer | Mohamed Zenadi <mohamed@zenadi.com> | 2015-03-14 19:25:48 +0100 |
commit | 878922cf1103d59afbdc2968731e2eda4276fa2d (patch) | |
tree | fafffee71407ddbaea9ca315302c872590e96cbc | |
parent | 37db0f45ee56d322229652d75a494a96aca0e822 (diff) |
update sdk version
-rw-r--r-- | build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle index cca0569e..fae29ce9 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:1.0.0' + classpath 'com.android.tools.build:gradle:1.1.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files @@ -20,8 +20,8 @@ allprojects { } ext { - compileSdkVersion = 21 - buildToolsVersion = "21.1.2" + compileSdkVersion = 22 + buildToolsVersion = "22" } subprojects { subproject -> afterEvaluate{ |