diff --git a/HelloWorld/android/gradle.properties b/HelloWorld/android/gradle.properties index 360e02c1..20cb34e2 100644 --- a/HelloWorld/android/gradle.properties +++ b/HelloWorld/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.246.0 # Use this property to specify which architecture you want to build. # You can also override it from the CLI using diff --git a/template/template/android/gradle.properties b/template/template/android/gradle.properties index 29f547ac..7ae8c0bc 100644 --- a/template/template/android/gradle.properties +++ b/template/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.246.0 # Use this property to specify which architecture you want to build. # You can also override it from the CLI using