diff options
author | Allan Wang <me@allanwang.ca> | 2017-12-31 17:27:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-31 17:27:10 -0500 |
commit | 332d633ce32eb2d686a6342e39c0f7d4cb31edc0 (patch) | |
tree | 75690f1c3eb3df8f25fab066ce5783e8f3604d39 /build.gradle | |
parent | 7a9ca234c3245047ccda9597345a26884e9d3290 (diff) | |
download | kau-332d633ce32eb2d686a6342e39c0f7d4cb31edc0.tar.gz kau-332d633ce32eb2d686a6342e39c0f7d4cb31edc0.tar.bz2 kau-332d633ce32eb2d686a6342e39c0f7d4cb31edc0.zip |
Misc (#122)3.6.1
* Update dependencies and use dexcount
* Add should log extender
* Allow null message
* Add nullable eThro
* Update changelog
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index 2de8485..73ca19e 100644 --- a/build.gradle +++ b/build.gradle @@ -10,6 +10,7 @@ buildscript { classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${KOTLIN}" classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0' classpath 'com.github.triplet.gradle:play-publisher:1.2.0' + classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } |