Skip to content

Commit 7b4be5d

Browse files
committed
flipper android: Upgrade to v0.93
Done to follow the template-app change in facebook/react-native@d8b115afa, on the path to the RN v0.65 upgrade. For why we can remove the lines in android/app/build.gradle now, see the recent commit that added them.
1 parent 1f80f4b commit 7b4be5d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

android/app/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ dependencies {
202202
//noinspection GradleDynamicVersion
203203
implementation "com.facebook.react:react-native:+" // From node_modules
204204

205-
debugImplementation("com.facebook.fresco:stetho:2.3.0")
206205
debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}") {
207206
exclude group: 'com.facebook.fbjni'
208207
}
@@ -214,7 +213,6 @@ dependencies {
214213

215214
debugImplementation("com.facebook.flipper:flipper-fresco-plugin:${FLIPPER_VERSION}") {
216215
exclude group: 'com.facebook.flipper'
217-
exclude group:'com.facebook.fresco', module:'stetho'
218216
}
219217

220218
if (enableHermes) {

android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ android.useAndroidX=true
2828
android.enableJetifier=true
2929

3030
# Version of flipper SDK to use with React Native
31-
FLIPPER_VERSION=0.75.1
31+
FLIPPER_VERSION=0.93.0

0 commit comments

Comments
 (0)