Guest User

build.gradle

a guest
May 7th, 2016
17,881
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.32 KB | None | 0 0
  1. dependencies {
  2.     compile fileTree(dir: 'libs', include: ['*.jar'])
  3.     testCompile 'junit:junit:4.12'
  4.     compile 'com.android.support:appcompat-v7:23.3.0'
  5.     compile 'com.android.support:design:23.3.0'
  6.     compile 'com.android.support:cardview-v7:23.3.0'
  7.     compile 'com.android.support:recyclerview-v7:23.3.0'
  8. }
Advertisement
Add Comment
Please, Sign In to add comment