Advertisement
hasancse1991

Untitled

Mar 6th, 2019
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. dependencies {
  2. implementation fileTree(include: ['*.jar'], dir: 'libs')
  3. implementation 'com.android.support.constraint:constraint-layout:1.1.3'
  4. implementation 'com.android.support:support-v4:27.1.1'
  5. testImplementation 'junit:junit:4.12'
  6. implementation 'com.android.support:appcompat-v7:27.1.1'
  7. implementation 'com.android.support:design:27.1.1'
  8. implementation 'com.android.support:cardview-v7:27.1.1'
  9. implementation files('libs/volley.jar')
  10. // implementation 'com.android.volley:volley:1.1.1'
  11. implementation 'com.google.code.gson:gson:2.8.5'
  12. implementation 'com.orhanobut:logger:2.2.0'
  13. implementation 'com.jakewharton:butterknife:8.8.1'
  14. annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
  15. implementation 'com.google.android:flexbox:1.0.0'
  16. implementation 'com.github.bumptech.glide:glide:4.8.0'
  17. annotationProcessor 'com.github.bumptech.glide:compiler:4.8.0'
  18. implementation 'com.squareup.retrofit2:retrofit:2.5.0'
  19. implementation 'com.squareup.retrofit2:converter-gson:2.4.0'
  20. implementation 'com.squareup.okhttp3:logging-interceptor:3.11.0'
  21. //for image slider library
  22. implementation 'com.android.support:support-v4'
  23. implementation 'com.squareup.picasso:picasso:2.5.2' //don't update. otherwise SSL-Commertz will be break
  24. implementation 'com.nineoldandroids:library:2.4.0'
  25. implementation 'com.daimajia.slider:library:1.1.5@aar'
  26. implementation 'com.google.firebase:firebase-core:16.0.7'
  27. implementation 'com.google.firebase:firebase-messaging:17.4.0'
  28. implementation project(':ssl-payment-sdk-v4')
  29. //SSL commetrz
  30. // compile 'com.android.support:design:24.2.1' /*Must be greater equal 24.2.1*/
  31. // compile 'com.android.volley:volley:1.0.0'
  32. // compile 'com.google.code.gson:gson:2.7'
  33. // compile 'com.squareup.picasso:picasso:2.5.2'
  34.  
  35. implementation 'com.github.d-max:spots-dialog:1.1@aar'
  36.  
  37. // Add dependency
  38. implementation 'com.crashlytics.sdk.android:crashlytics:2.9.9'
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement