Skip to content

Commit 0fb4de6

Browse files
committedDec 14, 2022
android build: Cut a workaround obsoleted by RN v0.68
As explained by the comment.
1 parent 83964b8 commit 0fb4de6

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed
 

‎android/app/build.gradle

-9
Original file line numberDiff line numberDiff line change
@@ -226,15 +226,6 @@ dependencies {
226226
// For animated GIF support:
227227
implementation "com.facebook.fresco:animated-gif:${rnProperties.get('FRESCO_VERSION')}"
228228

229-
// Workaround for facebook/react-native#32735; see
230-
// https://github.com/facebook/react-native/issues/32735#issue-1077061487
231-
// TODO(react-native-68): Remove; fixed in facebook/react-native@f45889ef9
232-
implementation('com.facebook.soloader:soloader:0.10.3') {
233-
version {
234-
strictly '0.10.3'
235-
}
236-
}
237-
238229
// ----------------------------------------
239230
// Dependencies from RN upstream, in the template app
240231

0 commit comments

Comments
 (0)
Please sign in to comment.