Stop adding link info when composing toot (#418)

This commit is contained in:
Ivan Kupalov 2017-10-27 15:19:12 +04:00 committed by Konrad Pozniak
commit df4dfa7766
5 changed files with 3 additions and 191 deletions

View file

@ -32,11 +32,6 @@ android {
lintOptions {
disable 'MissingTranslation'
}
packagingOptions { //remove metadata files of jsoup library from final build
exclude 'META-INF/CHANGES'
exclude 'META-INF/LICENSE'
exclude 'META-INF/README.md'
}
}
ext.supportLibraryVersion = '26.1.0'
@ -62,7 +57,6 @@ dependencies {
compile "com.github.chrisbanes:PhotoView:2.1.3"
compile "com.mikepenz:google-material-typeface:3.0.1.0.original@aar"
compile "com.theartofdev.edmodo:android-image-cropper:2.5.1"
compile "org.jsoup:jsoup:1.10.3"
//room
compile "android.arch.persistence.room:runtime:1.0.0-rc1"