Skip to content

Commit

Permalink
Upgrade Android support library to version 28 in RN
Browse files Browse the repository at this point in the history
Summary: This diff upgrades the Android Support Library to use version 28.0.0

Reviewed By: cpojer

Differential Revision: D13737512

fbshipit-source-id: 7b3d9c384df0b25e5ce48e769e1ff0ac9be9f104
  • Loading branch information
mdvacca authored and grabbou committed Jan 23, 2019
1 parent 9f14ac2 commit fd5042d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion RNTester/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ android {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support:appcompat-v7:28.0.0'

// Build React Native from source
implementation project(':ReactAndroid')
Expand Down
2 changes: 1 addition & 1 deletion ReactAndroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ android {
dependencies {
api 'com.facebook.infer.annotation:infer-annotation:0.11.2'
api 'javax.inject:javax.inject:1'
api 'com.android.support:appcompat-v7:27.1.1'
api 'com.android.support:appcompat-v7:28.0.0'
api "com.facebook.fresco:fresco:${FRESCO_VERSION}"
api "com.facebook.fresco:imagepipeline-okhttp3:${FRESCO_VERSION}"
api 'com.facebook.soloader:soloader:0.5.1'
Expand Down
4 changes: 2 additions & 2 deletions ReactAndroid/libs/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ fb_native.android_prebuilt_aar(

fb_native.remote_file(
name = "appcompat-binary-aar",
sha1 = "22b1ef4ff9ef1a3513c18eb132d597eac6ef1a86",
url = "mvn:com.android.support:appcompat-v7:aar:27.1.1",
sha1 = "132586ec59604a86703796851a063a0ac61f697b",
url = "mvn:com.android.support:appcompat-v7:aar:28.0.0",
)

fb_native.android_prebuilt_aar(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ fb_native.prebuilt_jar(
fb_native.remote_file(
name = "support-annotations-binary.jar",
sha1 = "39ded76b5e1ce1c5b2688e1d25cdc20ecee32007",
url = "mvn:com.android.support:support-annotations:jar:27.1.1",
url = "mvn:com.android.support:support-annotations:jar:28.0.0",
)
10 changes: 5 additions & 5 deletions ReactAndroid/src/main/third-party/android/support/v4/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -88,29 +88,29 @@ fb_native.remote_file(
fb_native.remote_file(
name = "lib-support-v4-support-compat-aar",
sha1 = "a55ad550d0b84c7fec7ecca012690636062c0e64",
url = "mvn:com.android.support:support-compat:aar:27.1.1",
url = "mvn:com.android.support:support-compat:aar:28.0.0",
)

fb_native.remote_file(
name = "lib-support-v4-support-core-utils-aar",
sha1 = "b3a7a4040fda0c5138dbc8c477103b6723b9dbe6",
url = "mvn:com.android.support:support-core-utils:aar:27.1.1",
url = "mvn:com.android.support:support-core-utils:aar:28.0.0",
)

fb_native.remote_file(
name = "lib-support-v4-support-core-ui-aar",
sha1 = "f9acdb8a4c3a9fe883fd7fa5efd3f0426bb9dcda",
url = "mvn:com.android.support:support-core-ui:aar:27.1.1",
url = "mvn:com.android.support:support-core-ui:aar:28.0.0",
)

fb_native.remote_file(
name = "lib-support-v4-support-media-compat-aar",
sha1 = "10e309e2cc22ff4cab30bd5f573e4bb30be707ad",
url = "mvn:com.android.support:support-media-compat:aar:27.1.1",
url = "mvn:com.android.support:support-media-compat:aar:28.0.0",
)

fb_native.remote_file(
name = "lib-support-v4-support-fragment-aar",
sha1 = "eb8053ebf038b7561c29e5e8964664fac05f375e",
url = "mvn:com.android.support:support-fragment:aar:27.1.1",
url = "mvn:com.android.support:support-fragment:aar:28.0.0",
)
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ fb_native.python_binary(
fb_native.remote_file(
name = "appcompat-binary-aar",
sha1 = "22b1ef4ff9ef1a3513c18eb132d597eac6ef1a86",
url = "mvn:com.android.support:appcompat-v7:aar:27.1.1",
url = "mvn:com.android.support:appcompat-v7:aar:28.0.0",
)

0 comments on commit fd5042d

Please sign in to comment.