Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. dependencies {
  2. implementation fileTree(dir: 'libs', include: ['*.jar'])
  3. implementation 'androidx.appcompat:appcompat:1.0.2'
  4. implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
  5. testImplementation 'junit:junit:4.12'
  6. implementation 'com.android.volley:volley:1.1.0'
  7. androidTestImplementation 'androidx.test:runner:1.1.1'
  8. androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
  9. implementation 'com.android.support:appcompat-v7:28.0.0-rc02'
  10. implementation 'com.android.support.constraint:constraint-layout:1.1.2'
  11. //noinspection GradleCompatible
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement