Skip to content

Instantly share code, notes, and snippets.

@ecdundar
Created February 18, 2019 06:32
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 ecdundar/3d57a8112274b61a426259298291f474 to your computer and use it in GitHub Desktop.
Save ecdundar/3d57a8112274b61a426259298291f474 to your computer and use it in GitHub Desktop.
react-native-maps node modules build.gradle
apply plugin: 'com.android.library'
apply from: 'gradle-maven-push.gradle'
android {
compileSdkVersion 28
buildToolsVersion "28.0.3"
defaultConfig {
minSdkVersion 16
targetSdkVersion 27
}
lintOptions {
disable 'InvalidPackage'
}
compileOptions {
}
}
dependencies {
compileOnly 'com.facebook.react:react-native:+'
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:animated-vector-drawable:28.0.0'
implementation 'com.android.support:support-media-compat:28.0.0'
implementation 'com.android.support:support-v4:28.0.0'
implementation 'com.google.android.gms:play-services-base:16.1.0'
implementation 'com.google.android.gms:play-services-maps:16.1.0'
implementation 'com.google.maps.android:android-maps-utils:0.5'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment