summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Korostelev <nkorsote@google.com>2015-04-28 13:57:51 -0700
committerNick Korostelev <nkorsote@google.com>2015-04-28 13:57:51 -0700
commitb8046de3d836019895807ea4e28504a297d5e844 (patch)
treef9ab2d5a4a2f4e4d4da1bdf053658f62666ecfb9
parent32505023ca51f8b255570a5b8660e7584dc06f90 (diff)
downloadjanktesthelper-b8046de3d836019895807ea4e28504a297d5e844.tar.gz
Exclude LICENSE.txt to fix build errors
Change-Id: Ifdbb10937b3bdc7c036d1b5de1cd9539c99930a7
-rw-r--r--build.gradle4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 86135f4..af821d4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -8,6 +8,10 @@ android {
defaultConfig {
minSdkVersion 21
}
+
+ packagingOptions {
+ exclude 'LICENSE.txt'
+ }
}
configurations {