Skip to content
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 Support Library to 28.0.0 #22962

Closed
wants to merge 3 commits into from

Conversation

dulmandakh
Copy link
Contributor

bump Android Support Library to 28.0.0

Changelog:

[Android] [Changed] - bump Android Support Library to 28.0.0

Test Plan:

CI is green, and everything should work as usual

@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Tests This PR adds or edits a test case. labels Jan 11, 2019
@react-native-bot react-native-bot added the Platform: Android Android applications. label Jan 11, 2019
@hramos
Copy link
Contributor

hramos commented Jan 14, 2019

Looks like CI is failing on test_android.

@dulmandakh dulmandakh changed the title bump Android Support Library to 28.0.0 [WIP] bump Android Support Library to 28.0.0 Jan 16, 2019
@pull-bot
Copy link

Warnings
⚠️

❗ Big PR - This PR is extremely unlikely to get reviewed because it touches 844 lines.

Generated by 🚫 dangerJS

@dulmandakh dulmandakh changed the title [WIP] bump Android Support Library to 28.0.0 bump Android Support Library to 28.0.0 Jan 16, 2019
@dulmandakh
Copy link
Contributor Author

dulmandakh commented Jan 16, 2019

@hramos please import this PR and leave comments if failed. Thank you

Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cpojer has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

Copy link
Contributor

@mdvacca mdvacca left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dulmandakh, thanks for working on this.
I added some comments to make the upgrade of this version of the support library simpler


fb_native.android_library(
name = "lib-support-v4",
visibility = ["PUBLIC"],
exported_deps = [
":android-lifecycle-common",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you revert changes in this file?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And upgrade dependencies from 27.1.1 to 28.0.0 in the original file?

@@ -24,3 +47,667 @@ fb_native.genrule(
bash = "ls",
visibility = ["PUBLIC"],
)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you revert changes in this file?

@@ -1,19 +1,42 @@
load("//tools/build_defs:fb_native_wrapper.bzl", "fb_native")
load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "rn_android_library")
load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "rn_android_library", "rn_prebuilt_jar")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you revert changes in this file?

@@ -1,14 +1,10 @@
load("//tools/build_defs:fb_native_wrapper.bzl", "fb_native")
load("//tools/build_defs/oss:rn_defs.bzl", "rn_prebuilt_jar")
load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you revert changes in this file and upgrade version of support library from 27.1.1 to 28.0.0 in the original file?

@@ -19,8 +19,7 @@ rn_android_library(
":res-for-appcompat",
],
exported_deps = [
":classes-for-react-native",
react_native_dep("third-party/android/support-annotations:android-support-annotations"),
react_native_dep("third-party/android/support:appcompat-v7"),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you revert changes in this file?

@dulmandakh
Copy link
Contributor Author

@mdvacca yep, it seems that there is no choice but do everything old way. So I'll create another PR to bump Android Support Library to 28.0.0.

@dulmandakh dulmandakh closed this Jan 20, 2019
@dulmandakh dulmandakh deleted the asl-28.0.0 branch February 22, 2019 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Platform: Android Android applications. Tests This PR adds or edits a test case.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants