mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
remove android support annotations (#26320)
Summary: Remove Android Support Library annotations dependency since we migrated to AndroidX. ## Changelog [Android] [Changed] - remove android support annotations Pull Request resolved: https://github.com/facebook/react-native/pull/26320 Test Plan: ./scripts/circleci/buck_fetch.sh script completes without error. Differential Revision: D17179995 Pulled By: TheSavior fbshipit-source-id: c0c5f5847c9e0a67d4859ca84600796cfdd7eca4
This commit is contained in:
committed by
Facebook Github Bot
parent
69020a8e87
commit
a2f513e83e
@@ -9,7 +9,6 @@ rn_android_library(
|
||||
],
|
||||
deps = [
|
||||
react_native_dep("third-party/java/jsr-305:jsr-305"),
|
||||
react_native_dep("third-party/android/support-annotations:android-support-annotations"),
|
||||
react_native_dep("third-party/android/androidx:annotation"),
|
||||
react_native_target("java/com/facebook/react/bridge:bridge"),
|
||||
react_native_target("java/com/facebook/react/common:common"),
|
||||
|
||||
Reference in New Issue
Block a user