aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-12-31 17:14:26 -0500
committerGitHub <noreply@github.com>2017-12-31 17:14:26 -0500
commit726d2a4dc3d3158490ca94b660b195898becb30a (patch)
tree944bd0dfe6f48b055b1682f710de4c2b6e5bd00c /build.gradle
parent77a24cd4e2899dbf0588852d5716b6f4821ed437 (diff)
downloadfrost-726d2a4dc3d3158490ca94b660b195898becb30a.tar.gz
frost-726d2a4dc3d3158490ca94b660b195898becb30a.tar.bz2
frost-726d2a4dc3d3158490ca94b660b195898becb30a.zip
Misc (#592)v1.7.6
* Update dependencies * Allow null message * Support new kau logging
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 15e13791..86ac60a4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -11,6 +11,7 @@ buildscript {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${KOTLIN}"
classpath 'io.fabric.tools:gradle:1.+'
classpath 'com.github.triplet.gradle:play-publisher:1.2.0'
+ classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.2'
}
}