Guest User

build.gradle

a guest
May 1st, 2016
36,944
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.21 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. }
Advertisement
Add Comment
Please, Sign In to add comment