[Android] Upgrade Folly to v2020.01.13.00#27811
Conversation
|
For iOS CI build break, it looks like the CircleCI build accidentally use #27810's cache result. For Android, it should not be a problem. |
facebook-github-bot
left a comment
There was a problem hiding this comment.
@fkgozali has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
|
Can you update the iOS version too? Or was it already upgraded? |
|
iOS upgrade is at #27810. |
|
We're landing both Android and iOS upgrades today. |
|
This pull request was successfully merged by @Kudo in 6e2131b. When will my fix make it into a release? | Upcoming Releases |
|
Thanks @fkgozali for landing these PRs so fast. ❤️ |
Summary: Upgrade Folly to v2020.01.13.00. Fixes facebook#27640 ## Changelog [Android] [Changed] - Upgrade Folly to v2020.01.13.00 Pull Request resolved: facebook#27811 Test Plan: Test by building and running RNTester: `./gradlew :RNTester:android:app:installJscDebug` `./gradlew :RNTester:android:app:installHermesDebug` And the native debug builds: `NATIVE_BUILD_TYPE=Debug ./gradlew :RNTester:android:app:installJscDebug` `NATIVE_BUILD_TYPE=Debug ./gradlew :RNTester:android:app:installHermesDebug` Reviewed By: mdvacca Differential Revision: D19474027 Pulled By: fkgozali fbshipit-source-id: 1c680dd80413b63aad66b587213de7499197177c
Summary
Upgrade Folly to v2020.01.13.00. Fixes #27640
Changelog
[Android] [Changed] - Upgrade Folly to v2020.01.13.00
Test Plan
Test by building and running RNTester:
./gradlew :RNTester:android:app:installJscDebug./gradlew :RNTester:android:app:installHermesDebugAnd the native debug builds:
NATIVE_BUILD_TYPE=Debug ./gradlew :RNTester:android:app:installJscDebugNATIVE_BUILD_TYPE=Debug ./gradlew :RNTester:android:app:installHermesDebug