-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump Android deps to 0.91 #31675
Bump Android deps to 0.91 #31675
Conversation
This pull request was exported from Phabricator. Differential Revision: D28688486 |
This is just a PR to verify public CI for above mentioned diff. Will land from phabricator if all is green. |
|
Base commit: 2a6df5b |
Base commit: e31e2cc |
build.gradle.kts
Outdated
@@ -33,6 +33,28 @@ allprojects { | |||
mavenLocal() | |||
google() | |||
mavenCentral() | |||
jcenter { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we just leave fresco, because it would require some extra work on Buck.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you elaborate a little bit? This PR was green before public and internal, but I needed to rebase and in the mean time 70da640 happened. Is that something that should partially be reversed? Afaik everything seems to be green atm, except for test_docker job. Does that relate to the extra Buck work?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would recommend to not touch other dependencies unless necessary. Here is Fresco in Buck, you need to update in here too https://github.com/facebook/react-native/blob/dc80b2dcb52fadec6a573a9dd1824393f8c29fdc/ReactAndroid/src/main/libraries/fresco/fresco-react-native/BUCK
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also it would be nice to remove below lines in https://github.com/facebook/react-native/blob/master/template/android/app/build.gradle and https://github.com/facebook/react-native/blob/master/packages/rn-tester/android/app/build.gradle because it's unnecessary with the Flipper bump.
debugImplementation("com.facebook.fresco:stetho:2.3.0")
exclude group:'com.facebook.fresco', module:'stetho'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
test_docker failure is not related to your change. I can open a PR very soon
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where did you get the hashes from in the previous update? Sorry I don't really grok the RN stack :). I merely wanted to bump the Flipper version but the rabbit hole goes a bit deeper than anticipated 😢
@mweibel this patch will fix test_docker job diff --git a/ReactAndroid/src/main/third-party/kotlin/BUCK b/ReactAndroid/src/main/third-party/kotlin/BUCK
index caad9d63e62..49d72ef5c59 100644
--- a/ReactAndroid/src/main/third-party/kotlin/BUCK
+++ b/ReactAndroid/src/main/third-party/kotlin/BUCK
@@ -62,7 +62,7 @@ rn_prebuilt_jar(
fb_native.remote_file(
name = "kotlin-stdlib-common.jar",
- sha1 = "6229be3465805c99db1142ad75e6c6ddeac0b04c",
+ sha1 = "4fbce226ea33edfb7a42c87ae09330b07bbf1fce",
url = "mvn:org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.10",
) |
I think you meant @mweststrate |
This pull request was exported from Phabricator. Differential Revision: D28688486 |
Summary: Pull Request resolved: facebook#31675 As requested in parent diff, moved the Android dep bumps into a separate diff. ## Changelog [general][changed] - [Android] Update Flipper to 0.91.1 Reviewed By: mdvacca, ShikaSD Differential Revision: D28688486 fbshipit-source-id: 3196d332298bb1505a1d3579774eeef22f7840bd
e9a8300
to
7bbe6d0
Compare
Summary: This PR bumps Fresco to 2.5.0, which is first version on MavenCentral since jCenter announcement. ## Changelog [Android] [Changed] - Bump Fresco to 2.5.0 Pull Request resolved: facebook#31699 Test Plan: CI is green Differential Revision: D29031847 Pulled By: passy fbshipit-source-id: c75753c07aa44ec8168f8d3d0f05cb43cceccbc2
Summary: Pull Request resolved: facebook#31675 As requested in parent diff, moved the Android dep bumps into a separate diff. ## Changelog [general][changed] - [Android] Update Flipper to 0.93.0 Reviewed By: mdvacca, ShikaSD Differential Revision: D28688486 fbshipit-source-id: 4fa35771d96c1c658191754ef8f9341ed8262b05
This pull request was exported from Phabricator. Differential Revision: D28688486 |
7bbe6d0
to
124c1dd
Compare
This pull request has been merged in 06c33e9. |
Summary: Pull Request resolved: #31675 As requested in parent diff, moved the Android dep bumps into a separate diff. ## Changelog [general][changed] - [Android] Update Flipper to 0.93.0 Reviewed By: mdvacca, ShikaSD Differential Revision: D28688486 fbshipit-source-id: c3a8e0edeebdabd490b2885497e261f64bdab4bd
Summary:
As requested in parent diff, moved the Android dep bumps into a separate diff.
Changelog
[general][changed] - [Android] Update Flipper to 0.91.1
Reviewed By: mdvacca, ShikaSD
Differential Revision: D28688486