diff options
author | Matthew Wong <wongma7@outlook.com> | 2016-05-14 20:27:37 -0400 |
---|---|---|
committer | Matthew Wong <wongma7@outlook.com> | 2016-05-14 20:27:37 -0400 |
commit | 2b01219e5c4a47b685d49b8aeb7671fafe9de8b0 (patch) | |
tree | 001b7d1c6d5578ca26317e4e63de6cdbb15901d1 | |
parent | 59eec3dc81e80cf7a6f97cf3fce7e05c1d45209c (diff) |
update gradle
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index c569a92d..b8224c36 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:2.0.0' + classpath 'com.android.tools.build:gradle:2.1.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files |