Advertisement
Mujiburrohman

Library Andorid Studio

Apr 22nd, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. //retrofit
  2. implementation 'com.squareup.retrofit2:retrofit:2.5.0'
  3. implementation 'com.squareup.retrofit2:converter-gson:2.5.0'
  4. //layout
  5. implementation 'com.android.support:cardview-v7:28.0.0'
  6. implementation 'com.android.support:recyclerview-v7:28.0.0'
  7. //butterknife
  8. implementation 'com.jakewharton:butterknife:9.0.0-rc1'
  9. annotationProcessor 'com.jakewharton:butterknife-compiler:9.0.0-rc1'
  10. //circleimage
  11. implementation 'de.hdodenhof:circleimageview:3.0.0'
  12. //mediarouter
  13. implementation 'com.android.support:mediarouter-v7:28.0.0'
  14. //Toasty
  15. implementation 'com.github.GrenderG:Toasty:1.4.0'
  16. //SPreference
  17. implementation 'com.pixplicity.easyprefs:library:1.9.0'
  18. //navigation drawer
  19. implementation 'br.com.liveo:navigationdrawer-material:2.5.1'
  20. //sweetalert
  21. implementation 'cn.pedant.sweetalert:library:1.3'
  22. //itemanimation
  23. implementation 'com.mikepenz:itemanimators:1.0.0@aar'
  24.  
  25. //glide
  26. implementation 'com.github.bumptech.glide:glide:4.8.0'
  27. annotationProcessor 'com.github.bumptech.glide:compiler:4.8.0'
  28. //picasso
  29. implementation 'com.squareup.picasso:picasso:2.5.2'
  30. //img
  31. implementation 'id.zelory:compressor:1.0.4'
  32. implementation group: 'commons-io', name: 'commons-io', version: '2.6'
  33.  
  34. //upload image
  35. implementation 'net.gotev:uploadservice:2.1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement