Skip to content

Commit

Permalink
Fix build gradle to allow jettifier to run correctly (react-native-ma…
Browse files Browse the repository at this point in the history
  • Loading branch information
owinter86 authored and Tai Poh Nean committed Jul 28, 2020
1 parent 9b438b8 commit 8936107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {
}

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

0 comments on commit 8936107

Please sign in to comment.