Guest User

Untitled

a guest
Jul 16th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. implementation fileTree(include: ['*.jar'], dir: 'libs')
  2. implementation 'com.android.support.constraint:constraint-layout:1.1.1'
  3. testImplementation 'junit:junit:4.12'
  4. androidTestImplementation 'com.android.support.test:runner:1.0.2'
  5. androidTestImplementation('com.android.support.test.espresso:espresso-core:3.0.2') {exclude group: 'com.android.support', module: 'support-annotations' }
  6. implementation 'com.android.support:appcompat-v7:27.0.0-alpha1'
  7. implementation 'com.android.support:cardview-v7:27.0.0-alpha1'
  8. implementation 'com.android.volley:volley:1.0.0'
  9. implementation 'com.google.code.gson:gson:2.8.5'
  10. implementation 'com.github.shrikanth7698:Custom-Navigation-Drawer:v0.0.1'
  11. implementation files('libs/retrofit-2.4.0.jar')
  12. implementation files('libs/converter-gson-2.4.0.jar')
  13. implementation 'com.theartofdev.edmodo:android-image-cropper:2.7.+'
  14. implementation 'com.airbnb.android:lottie:2.5.5'
  15. implementation 'com.google.api-client:google-api-client-android:1.23.0' exclude module: 'httpclient'
  16. implementation 'com.google.http-client:google-http-client-gson:1.23.0' exclude module: 'httpclient'
  17. implementation 'com.google.apis:google-api-services-vision:v1-rev369-1.23.0'
  18. implementation 'com.android.support:design:27.1.0'
  19. implementation 'com.squareup.retrofit2:retrofit:2.4.0'
  20. implementation 'com.squareup.retrofit2:converter-gson:2.4.0'
Add Comment
Please, Sign In to add comment