Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2017
378
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. Error:Execution failed for task ':Customer:transformClassesWithJarMergingForRelease'.
  2. > com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: com/google/android/gms/iid/zzc.class
  3.  
  4. dependencies {
  5. compile fileTree(include: ['*.jar'], dir: 'libs')
  6. compile project(':pinnedlibrary')
  7. compile project(':countrylist')
  8. compile('com.crashlytics.sdk.android:crashlytics:2.6.4@aar') {
  9. transitive = true;
  10. }
  11. androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
  12. exclude group: 'com.android.support', module: 'support-annotations'
  13. })
  14. compile 'org.apache.httpcomponents:httpclient-android:4.3.5.1'
  15. compile('org.apache.httpcomponents:httpmime:4.3') {
  16. exclude module: "httpclient"
  17. }
  18. compile 'com.mobapphome.library:mah-encryptor-lib:1.0.0'
  19. compile 'com.android.support:appcompat-v7:26.0.1'
  20. compile 'com.android.support:design:26+'
  21. compile 'com.android.support:recyclerview-v7:26+'
  22. compile 'com.android.support:cardview-v7:26+'
  23. //compile 'com.android.support:appcompat-v7:23.4.0'
  24.  
  25. //compile 'com.android.support:design:23.4.0'
  26. compile 'com.android.support:support-v4:26+'
  27. //compile 'com.android.support:recyclerview-v7:23.4.0'
  28.  
  29. // compile 'com.google.android.gms:play-services:9.0.2'
  30. compile 'com.soundcloud.android:android-crop:0.9.10@aar'
  31. compile 'com.stripe:stripe-android:+'
  32. compile 'com.mcxiaoke.volley:library:1.0.19'
  33. compile 'com.mikhaellopez:circularimageview:3.0.2'
  34. compile 'com.android.support:multidex:1.0.0'
  35. compile 'com.facebook.android:facebook-android-sdk:[4,5)'
  36. compile 'com.github.flavienlaurent.datetimepicker:library:0.0.2'
  37. compile 'com.prolificinteractive:material-calendarview:1.3.0'
  38. compile 'com.google.android.gms:play-services-auth:10.0.1'
  39. compile 'com.google.android.gms:play-services-gcm:10.0.1'
  40. compile 'com.google.android.gms:play-services-location:10.0.1'
  41. compile 'com.google.android.gms:play-services-plus:10.0.1'
  42. compile 'com.google.android.gms:play-services-maps:10.0.1'
  43. compile 'io.card:android-sdk:5.4.0'
  44. compile 'com.dev.sacot41:scviewpager:0.0.4'
  45. testCompile 'junit:junit:4.12'
  46. compile 'me.wangyuwei:LoadingiVew:1.0.5'
  47. compile 'com.squareup.picasso:picasso:2.4.0'
  48. //ORM
  49. compile 'com.j256.ormlite:ormlite-android:5.0'
  50. compile 'com.j256.ormlite:ormlite-core:5.0'
  51. compile 'com.google.code.gson:gson:2.2.4'
  52. compile 'com.stripe:stripe-android:+'
  53. compile project(':fliclib')
  54. compile 'com.google.firebase:firebase-database:11.0.4'
  55. compile 'com.google.firebase:firebase-messaging:11.0.4'
  56. compile 'com.google.firebase:firebase-auth:11.0.4'
  57. //okhttp
  58. compile 'com.squareup.okhttp3:okhttp:3.4.1'
  59.  
  60. //event bus
  61. compile 'org.greenrobot:eventbus:3.0.0'
  62. }
  63. apply plugin: 'com.google.gms.google-services'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement