Created
February 18, 2019 06:32
-
-
Save ecdundar/3d57a8112274b61a426259298291f474 to your computer and use it in GitHub Desktop.
react-native-maps node modules build.gradle
This file contains 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
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