Skip to content

Instantly share code, notes, and snippets.

@Dmuasya
Created August 5, 2020 12:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dmuasya/5af9ab3745ac4d45971e79e73aa1a13f to your computer and use it in GitHub Desktop.
Save Dmuasya/5af9ab3745ac4d45971e79e73aa1a13f to your computer and use it in GitHub Desktop.
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.0.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'
//google maps
implementation 'com.google.android.gms:play-services-maps:16.0.0'
implementation 'com.google.android.gms:play-services-location:16.0.0'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment