Merge pull request #234 from anthonycr/dev

compile jsoup from jcenter instead of embedding jar in code
This commit is contained in:
Anthony Restaino 2015-05-11 11:08:38 -04:00
commit 9677135c28
2 changed files with 1 additions and 1 deletions

View File

@ -38,5 +38,5 @@ dependencies {
}
compile 'com.android.support:palette-v7:22.1.1'
compile 'com.android.support:appcompat-v7:22.1.1'
compile files('libs/jsoup-1.8.1.jar')
compile 'org.jsoup:jsoup:1.8.1'
}

Binary file not shown.