aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2020-10-04 03:09:10 -0700
committerAllan Wang <me@allanwang.ca>2020-10-04 03:09:10 -0700
commiteefffafcf962c0126a0bb3ee5f166412c725072d (patch)
tree552e1259d0c17b4ce92de9e568595a237576dda1 /build.gradle
parentc51bd0928d3a39567a9850c7e02f8bb0d7bfc1b0 (diff)
downloadfrost-eefffafcf962c0126a0bb3ee5f166412c725072d.tar.gz
frost-eefffafcf962c0126a0bb3ee5f166412c725072d.tar.bz2
frost-eefffafcf962c0126a0bb3ee5f166412c725072d.zip
Enable plugins
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 4d3296f5..8811522b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -11,7 +11,7 @@ buildscript {
classpath kau.Plugins.kotlin
classpath kau.Plugins.bugsnag
classpath kau.Plugins.spotless
-// classpath kau.Plugins.dexCount
+ classpath kau.Plugins.dexCount
classpath kau.Plugins.gitVersion
}