Guest User

Untitled

a guest
Feb 24th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. implementation fileTree(include: ['*.jar'], dir: 'libs')
  2. testImplementation 'junit:junit:4.12'
  3. androidTestImplementation 'com.android.support.test:runner:0.5'
  4. androidTestImplementation 'com.android.support.test.espresso:espresso-core:2.2.2'
  5. compile 'com.android.support:appcompat-v7:26.0.0-alpha1'
  6. compile 'com.android.support:recyclerview-v7:26.0.0-alpha1'
  7. compile 'com.android.support:cardview-v7:26.0.0-alpha1'
  8. compile 'com.android.support:exifinterface:26.0.0-alpha1'
  9. compile('cn.trinea.android.view.autoscrollviewpager:android-auto-scroll-view-pager:1.1.2') {
  10. exclude module: 'support-v4'
  11. }
  12. compile 'com.github.bumptech.glide:glide:4.0.0'
  13. compile 'com.jakewharton.timber:timber:4.5.1'
  14. compile 'com.google.android.gms:play-services-maps:10.2.1'
  15. compile 'com.google.android.gms:play-services-location:10.2.1'
  16. compile 'com.google.android.gms:play-services-gcm:10.2.1'
  17. compile 'com.nineoldandroids:library:2.4.0'
  18. compile 'com.daimajia.slider:library:1.1.5@aar'
  19. compile 'com.squareup.picasso:picasso:2.3.2'
  20.  
  21. compile 'co.ronash.android:pushe-base:1.3.4'
  22. implementation 'com.android.support:design:26.0.0-alpha1'
  23.  
  24. compile 'co.ronash.android:pushe-base:1.3.4'
  25.  
  26. Error:Execution failed for task ':app:transformClassesWithMultidexlistForDebug'.
Add Comment
Please, Sign In to add comment