Skip to content

Commit 0713c6f

Browse files
alanleedevfacebook-github-bot
authored andcommitted
Suppress deprecation error in OSS for BlobModule
Summary: We have a different version of OkHttp internally and in OSS so we need to suppress these for now. Changelog: [Internal] Differential Revision: D73079163
1 parent c2aa4c1 commit 0713c6f

File tree

1 file changed

+3
-0
lines changed
  • packages/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/blob

1 file changed

+3
-0
lines changed

packages/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/blob/BlobModule.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
* LICENSE file in the root directory of this source tree.
66
*/
77

8+
9+
@file:Suppress("DEPRECATION_ERROR") // Conflicting okhttp versions
10+
811
package com.facebook.react.modules.blob
912

1013
import android.net.Uri

0 commit comments

Comments
 (0)