diff options
author | zeapo <mohamed@zenadi.com> | 2014-11-25 22:08:13 +0100 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2014-11-25 22:08:13 +0100 |
commit | b991b2b14dc1f5dc01e60c1ea5194ad16ac14289 (patch) | |
tree | 40794052c77b66db66f3a8539b36d288ca75882f /build.gradle | |
parent | 489273678fa708e114702364bd91705b06a996c2 (diff) |
here comes the gradle's update
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 52acdb7a..2ccb3c19 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:0.12.+' + classpath 'com.android.tools.build:gradle:0.14.4' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files |