Advertisement
Guest User

Untitled

a guest
Mar 15th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Groovy 1.98 KB | None | 0 0
  1. implementation 'com.android.support:appcompat-v7:28.0.0'
  2.     implementation 'com.android.support.constraint:constraint-layout:1.1.3'
  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'
  6.     implementation "com.android.support:support-v4:28.0.0"
  7.     implementation "com.android.support:design:28.0.0"
  8.     implementation "com.android.support:support-vector-drawable:28.0.0"
  9.     implementation "com.android.support:animated-vector-drawable:28.0.0"
  10.     implementation "com.android.support:cardview-v7:28.0.0"
  11.     implementation "com.android.support:recyclerview-v7:28.0.0"
  12.     implementation "io.reactivex.rxjava2:rxjava:2.2.0"
  13.     implementation "io.reactivex.rxjava2:rxandroid:2.0.2"
  14.     implementation 'com.android.billingclient:billing:1.2'
  15.     implementation "com.google.android.exoplayer:exoplayer-ui:2.8.1"
  16.     implementation "com.google.dagger:dagger:2.16"
  17.     kapt "com.google.dagger:dagger-compiler:2.16"
  18.     testImplementation "org.hamcrest:hamcrest:2.1"
  19.     androidTestImplementation "org.mockito:mockito-core:2.21.0"
  20.     androidTestImplementation 'com.google.dexmaker:dexmaker:1.2'
  21.     androidTestImplementation 'com.google.dexmaker:dexmaker-mockito:1.2'
  22.     androidTestImplementation "com.android.support:support-annotations:28"
  23.     implementation "com.github.bumptech.glide:glide:4.9.0"
  24.     kapt "com.github.bumptech.glide:compiler:4.9.0"
  25.     implementation 'com.android.support:multidex:1.0.3'
  26.     implementation "com.android.support:support-dynamic-animation:28.0.0"
  27.     implementation 'org.ocpsoft.prettytime:prettytime:4.0.2.Final'
  28.     debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.6.2'
  29.     releaseImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.6.2'
  30.     debugImplementation 'com.squareup.leakcanary:leakcanary-support-fragment:1.6.2'
  31.     implementation 'com.google.android.gms:play-services-ads:17.1.3'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement