aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle6
1 files changed, 5 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index dde744a2..c004c8ae 100644
--- a/build.gradle
+++ b/build.gradle
@@ -16,6 +16,10 @@ buildscript {
classpath 'com.github.triplet.gradle:play-publisher:1.2.0'
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.2'
}
+
+ wrapper {
+ distributionType = "all"
+ }
}
apply plugin: 'ca.allanwang.kau'
@@ -26,4 +30,4 @@ task clean(type: Delete) {
task generateChangelogMd() {
kauChangelog.generate("$project.rootDir/app/src/main/res/xml/frost_changelog.xml")
-} \ No newline at end of file
+}