diff options
author | pacien | 2018-04-22 13:02:37 +0200 |
---|---|---|
committer | pacien | 2018-04-22 13:02:37 +0200 |
commit | 1f777d7f6d8493b2ed00dab8e9b8fb9aa5200e91 (patch) | |
tree | ea40f9b2f1576b9a027319975a13cfcf286a01d9 /app | |
parent | d51908bc2f9cd422b172b936dd46745c4957c9af (diff) | |
download | tincapp-1f777d7f6d8493b2ed00dab8e9b8fb9aa5200e91.tar.gz |
Remove unused dependencies
Diffstat (limited to 'app')
-rw-r--r-- | app/build.gradle | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/app/build.gradle b/app/build.gradle index db2ab59..65d14b9 100644 --- a/app/build.gradle +++ b/app/build.gradle | |||
@@ -35,24 +35,14 @@ android { | |||
35 | dependencies { | 35 | dependencies { |
36 | implementation fileTree(dir: 'libs', include: ['*.jar']) | 36 | implementation fileTree(dir: 'libs', include: ['*.jar']) |
37 | 37 | ||
38 | implementation 'com.android.support:appcompat-v7:25.4.0' | 38 | implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" |
39 | implementation 'net.sourceforge.streamsupport:streamsupport-cfuture:1.5.5' | ||
39 | implementation 'com.android.support:design:25.4.0' | 40 | implementation 'com.android.support:design:25.4.0' |
40 | implementation 'com.android.support:support-v4:25.4.0' | ||
41 | implementation 'com.android.support:recyclerview-v7:25.4.0' | ||
42 | implementation 'com.android.support.constraint:constraint-layout:1.1.0' | ||
43 | |||
44 | implementation('org.apache.commons:commons-configuration2:2.1.1') { | ||
45 | exclude group: 'commons-logging', module: 'commons-logging' | ||
46 | } | ||
47 | implementation('commons-beanutils:commons-beanutils:1.9.3') { | ||
48 | exclude group: 'commons-logging', module: 'commons-logging' | ||
49 | } | ||
50 | |||
51 | implementation 'org.bouncycastle:bcpkix-jdk15on:1.57' | 41 | implementation 'org.bouncycastle:bcpkix-jdk15on:1.57' |
52 | implementation 'net.sourceforge.streamsupport:streamsupport-cfuture:1.5.5' | ||
53 | implementation 'org.slf4j:slf4j-api:1.7.25' | 42 | implementation 'org.slf4j:slf4j-api:1.7.25' |
54 | implementation 'com.github.tony19:logback-android:1.1.1-9' | 43 | implementation 'com.github.tony19:logback-android:1.1.1-9' |
55 | implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" | 44 | implementation('org.apache.commons:commons-configuration2:2.1.1') { exclude group: 'commons-logging', module: 'commons-logging' } |
45 | implementation('commons-beanutils:commons-beanutils:1.9.3') { exclude group: 'commons-logging', module: 'commons-logging' } | ||
56 | } | 46 | } |
57 | 47 | ||
58 | repositories { | 48 | repositories { |