diff --git a/packages/rn-tester/android/app/gradle.properties b/packages/rn-tester/android/app/gradle.properties index 18b9871789b1b0..89a9accfeb72a3 100644 --- a/packages/rn-tester/android/app/gradle.properties +++ b/packages/rn-tester/android/app/gradle.properties @@ -10,7 +10,7 @@ android.useAndroidX=true android.enableJetifier=true # Version of flipper SDK to use with React Native -FLIPPER_VERSION=0.125.0 +FLIPPER_VERSION=0.174.0 # RN-Tester is building with NewArch always enabled newArchEnabled=true diff --git a/template/android/gradle.properties b/template/android/gradle.properties index e4af465e8a1857..b56dd868f96e8f 100644 --- a/template/android/gradle.properties +++ b/template/android/gradle.properties @@ -25,7 +25,7 @@ android.useAndroidX=true android.enableJetifier=true # Version of flipper SDK to use with React Native -FLIPPER_VERSION=0.125.0 +FLIPPER_VERSION=0.174.0 # Use this property to specify which architecture you want to build. # You can also override it from the CLI using