diff options
author | pacien | 2018-08-26 04:16:20 +0200 |
---|---|---|
committer | pacien | 2018-08-26 04:16:20 +0200 |
commit | 4c1144bc103a74d8fbdef79b3eb6c69c3e723b83 (patch) | |
tree | f903921d51ded4f6ec262cc6578efed737e26f07 /app/build.gradle | |
parent | f78b21a97fd58830068f70cac3ee612596cf7a56 (diff) | |
download | tincapp-4c1144bc103a74d8fbdef79b3eb6c69c3e723b83.tar.gz |
Limit email report log snippet size
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 1 |
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 | ||
91 | repositories { | 92 | repositories { |