aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-05-01 18:10:35 -0700
committerScott Jackson <daneren2005@gmail.com>2015-05-01 18:10:35 -0700
commite954d2575a7a51b8792c7c97f2b1c3e94edaca2e (patch)
tree5658d76b3fce813715d8a464992513b904d794b6 /build.gradle
parent97026ad3b3b6ca29881f5415b6862a410c219231 (diff)
downloaddsub-e954d2575a7a51b8792c7c97f2b1c3e94edaca2e.tar.gz
dsub-e954d2575a7a51b8792c7c97f2b1c3e94edaca2e.tar.bz2
dsub-e954d2575a7a51b8792c7c97f2b1c3e94edaca2e.zip
Update to later version of gradle to fix signed apk error
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 442304cd..426d0c77 100644
--- a/build.gradle
+++ b/build.gradle
@@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
- classpath 'com.android.tools.build:gradle:1.1.0'
+ classpath 'com.android.tools.build:gradle:1.2.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files