diff options
author | Mohamed Zenadi <mohamed@zenadi.com> | 2016-04-25 22:34:59 +0200 |
---|---|---|
committer | Mohamed Zenadi <mohamed@zenadi.com> | 2016-04-25 22:56:48 +0200 |
commit | 7c538698fad69b371351122addb70f39a2811f35 (patch) | |
tree | e71826e4de5f4e099e2fe80af4ec6f48a3a2a99c /build.gradle | |
parent | 6935e6d5f7e865a735fea19a6a78da9156a65219 (diff) |
versions upgrade
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 68dfe62b..c569a92d 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:1.5.0' + classpath 'com.android.tools.build:gradle:2.0.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files |