Version 1.18.4

This commit is contained in:
Vlad Mihalachi
2015-03-25 14:47:22 +01:00
parent 68ad318388
commit e399a217e5
21 changed files with 437 additions and 393 deletions

View File

@@ -61,14 +61,14 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile project(':libraries:FloatingActionButton')
// compile 'com.googlecode.juniversalchardet:juniversalchardet:1.0.3'
compile 'org.apache.commons:commons-lang3:3.1'
compile 'org.apache.commons:commons-lang3:+'
compile files('libs/juniversalchardet-1.0.3.jar')
compile('com.android.support:appcompat-v7:22.+') {
exclude group: 'com.android.support', module: 'support-v4'
}
compile 'com.android.support:support-v4:22.+'
compile 'com.github.gabrielemariotti.changeloglib:library:1.5.1'
compile 'com.github.gabrielemariotti.changeloglib:library:+'
compile 'commons-io:commons-io:2.4'
compile 'com.android.support:support-annotations:20.0.0'
compile 'com.android.support:support-annotations:+'
compile files('libs/markdownview-1.2.jar')
}