Created
March 5, 2016 16:20
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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