Skip to content

Commit 5e39b3b

Browse files
owinter86rborn
authored andcommitted
Fix build gradle to allow jettifier to run correctly (react-native-maps#2941)
1 parent b834a8d commit 5e39b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ android {
1717
}
1818

1919
dependencies {
20-
compileOnly('com.facebook.react:react-native:+') {
20+
implementation('com.facebook.react:react-native:+') {
2121
exclude group: 'com.android.support'
2222
}
2323
implementation "com.android.support:appcompat-v7:${safeExtGet('supportLibVersion', '28.0.0')}"

0 commit comments

Comments
 (0)