Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. compile fileTree(include: ['*.jar'], dir: 'libs')
  2. androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
  3. exclude group: 'com.android.support', module: 'support-annotations'
  4. })
  5. compile 'com.android.support:appcompat-v7:26.+'
  6. compile 'com.android.support.constraint:constraint-layout:1.0.0-alpha7'
  7. testCompile 'junit:junit:4.12'
  8. compile files('libs/mysql-connector-java-5.1.15-bin.jar')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement