Removed the jar "juniversalchardet"

This commit is contained in:
Vlad Mihalachi 2014-09-26 11:24:19 +02:00
parent fc67e5930e
commit 97dd211dc2
4 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -51,6 +51,7 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar']) compile fileTree(dir: 'libs', include: ['*.jar'])
compile project(':libraries:RootCommands') compile project(':libraries:RootCommands')
compile project(':libraries:FloatingActionButton') compile project(':libraries:FloatingActionButton')
compile 'com.googlecode.juniversalchardet:juniversalchardet:1.0.3'
compile "com.android.support:support-v4:19.0.+" compile "com.android.support:support-v4:19.0.+"
compile('de.greenrobot:eventbus:2.2.1') { compile('de.greenrobot:eventbus:2.2.1') {
exclude module: 'support-v4' exclude module: 'support-v4'