mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 09:52:16 -05:00
Reorder dependencies
This commit is contained in:
parent
c252335d2e
commit
6542ba3a72
10
build.gradle
10
build.gradle
@ -22,15 +22,13 @@ dependencies {
|
||||
compile project(':plugins:ckChangeLog:library')
|
||||
compile project(':plugins:HoloColorPicker')
|
||||
compile project(':plugins:openpgp-api-library')
|
||||
compile 'com.android.support:support-v13:19.1.0'
|
||||
|
||||
compile 'com.beetstra.jutf7:jutf7:1.0.0'
|
||||
|
||||
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'
|
||||
compile 'com.jcraft:jzlib:1.0.7'
|
||||
compile 'com.beetstra.jutf7:jutf7:1.0.0'
|
||||
compile 'com.android.support:support-v13:19.1.0'
|
||||
compile 'net.sourceforge.htmlcleaner:htmlcleaner:2.2'
|
||||
}
|
||||
|
||||
project.ext.preDexLibs = !project.hasProperty('disablePreDex')
|
||||
|
Loading…
Reference in New Issue
Block a user