Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. dependencies {
  2. compile fileTree(include: ['*.jar'], dir: 'libs')
  3. androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
  4. exclude group: 'com.android.support', module: 'support-annotations'
  5. })
  6. compile 'com.android.support:appcompat-v7:25.3.1'
  7. compile 'com.android.support:design:25.3.1'
  8. compile 'com.android.support:cardview-v7:25.3.1-alpha1'
  9. testCompile 'junit:junit:4.12' }
  10.  
  11. compile 'com.android.support:appcompat-v7:25.3.1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement