Skip to content

Commit

Permalink
Android: Fix react-android dep for RN < 0.71
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Sep 10, 2023
1 parent 110b381 commit 48e0e73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/react_native/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ dependencies {
} else {
api "com.facebook.react:react-native:" + REACT_NATIVE_VERSION
}
api "com.facebook.react:react-android:" + REACT_NATIVE_VERSION
api "org.mockito:mockito-core:2.28.2"

androidTestImplementation "androidx.test:runner:1.1.0"
Expand Down

0 comments on commit 48e0e73

Please sign in to comment.