mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 11:42:16 -05:00
Get more dependencies from jCenter
This commit is contained in:
parent
4aad31e05a
commit
aa959f4457
12
build.gradle
12
build.gradle
@ -23,7 +23,15 @@ dependencies {
|
|||||||
compile project(':plugins:HoloColorPicker')
|
compile project(':plugins:HoloColorPicker')
|
||||||
compile project(':plugins:openpgp-api-library')
|
compile project(':plugins:openpgp-api-library')
|
||||||
compile 'com.android.support:support-v13:19.1.0'
|
compile 'com.android.support:support-v13:19.1.0'
|
||||||
compile fileTree(dir: 'libs', include: '*.jar')
|
compile fileTree(dir: 'libs', include: 'jutf*.jar')
|
||||||
|
|
||||||
|
// compile 'com.beetstra.jutf7:jutf7:1.0.1-SNAPSHOT'
|
||||||
|
|
||||||
|
compile 'net.sourceforge.htmlcleaner:htmlcleaner:2.2'
|
||||||
|
compile 'org.apache.james:apache-mime4j-core:0.7.2'
|
||||||
|
compile 'org.apache.james:apache-mime4j-dom:0.7.2'
|
||||||
|
compile 'com.jcraft:jzlib:1.0.7'
|
||||||
|
compile 'commons-io:commons-io:2.0.1'
|
||||||
}
|
}
|
||||||
|
|
||||||
project.ext.preDexLibs = !project.hasProperty('disablePreDex')
|
project.ext.preDexLibs = !project.hasProperty('disablePreDex')
|
||||||
@ -83,7 +91,9 @@ android {
|
|||||||
packagingOptions {
|
packagingOptions {
|
||||||
exclude 'META-INF/DEPENDENCIES'
|
exclude 'META-INF/DEPENDENCIES'
|
||||||
exclude 'META-INF/LICENSE'
|
exclude 'META-INF/LICENSE'
|
||||||
|
exclude 'META-INF/LICENSE.txt'
|
||||||
exclude 'META-INF/NOTICE'
|
exclude 'META-INF/NOTICE'
|
||||||
|
exclude 'META-INF/NOTICE.txt'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user