Reorder dependencies

This commit is contained in:
cketti 2014-11-12 19:53:05 +01:00
parent c252335d2e
commit 6542ba3a72
1 changed files with 4 additions and 6 deletions

View File

@ -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')