aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorpacien2018-08-26 04:16:20 +0200
committerpacien2018-08-26 04:16:20 +0200
commit4c1144bc103a74d8fbdef79b3eb6c69c3e723b83 (patch)
treef903921d51ded4f6ec262cc6578efed737e26f07 /app/build.gradle
parentf78b21a97fd58830068f70cac3ee612596cf7a56 (diff)
downloadtincapp-4c1144bc103a74d8fbdef79b3eb6c69c3e723b83.tar.gz
Limit email report log snippet size
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 778899d..36b78dd 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -86,6 +86,7 @@ dependencies {
86 implementation 'com.github.tony19:logback-android:1.1.1-12' 86 implementation 'com.github.tony19:logback-android:1.1.1-12'
87 implementation('org.apache.commons:commons-configuration2:2.2') { exclude group: 'commons-logging', module: 'commons-logging' } 87 implementation('org.apache.commons:commons-configuration2:2.2') { exclude group: 'commons-logging', module: 'commons-logging' }
88 implementation('commons-beanutils:commons-beanutils:1.9.3') { exclude group: 'commons-logging', module: 'commons-logging' } 88 implementation('commons-beanutils:commons-beanutils:1.9.3') { exclude group: 'commons-logging', module: 'commons-logging' }
89 implementation('commons-io:commons-io:2.6') { exclude group: 'commons-logging', module: 'commons-logging' }
89} 90}
90 91
91repositories { 92repositories {