From e8a368c9a0677b788445fc9eabe7c54862a8026d Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Tue, 10 Mar 2020 14:01:35 -0700 Subject: [PATCH] Upgrade Flipper Android to 0.33.1 (#28275) Summary: Upgrades Flipper to 0.33.1 for both the Android template and RNTester. ## Changelog [Android] [Changed] - Upgrade Flipper dependency to 0.33.1 Pull Request resolved: https://github.com/facebook/react-native/pull/28275 Test Plan: Still trying to figure out how to get my Gradle setup working again. Until then, CI. Reviewed By: cpojer, mweststrate Differential Revision: D20369480 Pulled By: TheSavior fbshipit-source-id: 048c944819168a352214349f6a83407a587479c9 --- RNTester/android/app/gradle.properties | 2 +- template/android/gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RNTester/android/app/gradle.properties b/RNTester/android/app/gradle.properties index 3a77ce2ab93e27..3d9a626c164f38 100644 --- a/RNTester/android/app/gradle.properties +++ b/RNTester/android/app/gradle.properties @@ -9,4 +9,4 @@ android.useAndroidX=true android.enableJetifier=true # Version of flipper SDK to use with React Native -FLIPPER_VERSION=0.30.2 +FLIPPER_VERSION=0.33.1 diff --git a/template/android/gradle.properties b/template/android/gradle.properties index 06a2e7b32d123c..1bbc8cc20f27f5 100644 --- a/template/android/gradle.properties +++ b/template/android/gradle.properties @@ -25,4 +25,4 @@ android.useAndroidX=true android.enableJetifier=true # Version of flipper SDK to use with React Native -FLIPPER_VERSION=0.30.2 +FLIPPER_VERSION=0.33.1