Skip to content

Commit c072bbb

Browse files
committed
android build [nfc]: Add TODO-rn note on the local Maven repo
When we upgrade to RN v0.71 (the version that's now approaching release), we'll no longer need this code we modified recently in 117e548 / #5535. Add a note to help us remove it then.
1 parent 956ad3c commit c072bbb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

android/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ allprojects {
4141
// from a local Maven repo inside node_modules/react-native/.
4242
// (The use of exclusiveContent prevents looking elsewhere like Maven Central
4343
// and potentially getting a wrong version.)
44+
45+
// TODO(react-native-71): This whole local Maven repo will be obsolete; delete it.
46+
// See: https://chat.zulip.org/#narrow/stream/243-mobile-team/topic/build.20failure.3A.20libfbjni.2Eso.20duplicated/near/1460666
4447
filter {
4548
includeGroup "com.facebook.react"
4649
}

0 commit comments

Comments
 (0)