Guest User

Untitled

a guest
Jun 13th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. apply plugin: 'com.android.application'
  2.  
  3. android{
  4. ...
  5. }
  6.  
  7. dependencies{
  8.  
  9. ...
  10. implementation 'com.android.support:appcompat-v7:27.1.1' //Isso adiciona a biblioteca de suporte do android ao projeto
  11.  
  12. implementation 'org.jsoup:jsoup:1.11.3' //Isso adiciona a biblioteca do jsoup ao projeto
  13.  
  14. }
Add Comment
Please, Sign In to add comment