Advertisement
apl-mhd

map dependenci

Jan 29th, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.53 KB | None | 0 0
  1. dependencies {
  2.     compile fileTree(dir: 'libs', include: ['*.jar'])
  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.constraint:constraint-layout:1.0.2'
  8.     testCompile 'junit:junit:4.12'
  9.  
  10.     compile 'com.google.android.gms:play-services-maps:11.0.4'
  11.     compile 'com.google.android.gms:play-services-location:11.0.4'
  12.  
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement