compile jsoup from jcenter instead of embedding jar in code

This commit is contained in:
Anthony Restaino 2015-05-11 10:06:00 -04:00
parent 2f3655045c
commit a0268a9dfa
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.