Advertisement
Guest User

Untitled

a guest
Dec 9th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 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. androidTestImplementation 'androidx.test.ext:junit:1.1.0'
  7. androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
  8. implementation 'com.google.android.material:material:1.0.0'
  9. implementation 'androidx.fragment:fragment:1.1.0'
  10. implementation 'androidx.cardview:cardview:1.0.0'
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement