diff options
author | Mohamed Zenadi <mohamed@zenadi.com> | 2015-03-14 19:24:19 +0100 |
---|---|---|
committer | Mohamed Zenadi <mohamed@zenadi.com> | 2015-03-14 23:42:42 +0100 |
commit | b328d4b340ea0d90b7b374827b2fe430040faab2 (patch) | |
tree | 99afb215cbdb8bb08790c16fd34860f0e9ef46dd | |
parent | b026cc0567a31b6570850056dddd155ca2adb878 (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{ |