mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Suppress deprecation error in OSS for BlobModule (#50748)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/50748 We have a different version of OkHttp internally and in OSS so we need to suppress these for now. Changelog: [Internal] Reviewed By: Abbondanzo Differential Revision: D73079163 fbshipit-source-id: 1928b00acbba5bc6577a248bc46a091d5b970f10
This commit is contained in:
committed by
Facebook GitHub Bot
parent
c2aa4c14e9
commit
a070d529fc
+2
@@ -5,6 +5,8 @@
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
@file:Suppress("DEPRECATION_ERROR") // Conflicting okhttp versions
|
||||
|
||||
package com.facebook.react.modules.blob
|
||||
|
||||
import android.net.Uri
|
||||
|
||||
Reference in New Issue
Block a user