Skip to content

Commit 22a0ec5

Browse files
Merge pull request react-native-maps#1151 from airbnb/lmr--use-provided-for-gradle-rn-dep
Use provided as the gradle dependency
2 parents 4c2fe71 + 2d13714 commit 22a0ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ android {
5353
}
5454

5555
dependencies {
56-
compile "com.facebook.react:react-native:+"
56+
provided "com.facebook.react:react-native:+"
5757
compile "com.google.android.gms:play-services-base:10.0.1"
5858
compile "com.google.android.gms:play-services-maps:10.0.1"
5959
}

0 commit comments

Comments
 (0)