diff options
author | zeapo <mohamed@zenadi.com> | 2014-11-25 22:08:13 +0100 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2014-11-25 22:45:56 +0100 |
commit | 8076ef89f48f0d92e098f5fb64baed4d6f17f34f (patch) | |
tree | aad6c34d60e44017ac87dc459ccc534291f05e4f /build.gradle | |
parent | 7b2d0e531a951f69e20d9d65c22c260c2d683797 (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 |