Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ccabanero/067e06f0e9ace154f6f5 to your computer and use it in GitHub Desktop.

Select an option

Save ccabanero/067e06f0e9ace154f6f5 to your computer and use it in GitHub Desktop.
For adding the Google Maps Android API Utility Library as a remote binary dependency in your build.gradle file
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.2.0'
compile 'com.google.android.gms:play-services:8.4.0'
compile 'com.google.maps.android:android-maps-utils:0.4+'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment