From 99c905921be1411e336652feba427439fbf0322c Mon Sep 17 00:00:00 2001 From: Gabriel Donadel Dall'Agnol Date: Wed, 9 Feb 2022 12:22:42 -0300 Subject: [PATCH] build(deps): Add appcompat-resources to BUCK --- ReactAndroid/src/main/third-party/android/androidx/BUCK | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ReactAndroid/src/main/third-party/android/androidx/BUCK b/ReactAndroid/src/main/third-party/android/androidx/BUCK index 4bbffbaced959a..0d6b5b1d5bd219 100644 --- a/ReactAndroid/src/main/third-party/android/androidx/BUCK +++ b/ReactAndroid/src/main/third-party/android/androidx/BUCK @@ -538,6 +538,12 @@ fb_native.remote_file( url = "mvn:androidx.appcompat:appcompat:aar:1.4.1", ) +fb_native.remote_file( + name = "appcompat-resources-binary-aar", + sha1 = "527d93d44bb18bc7dcf5213df8d4d069f0ceff61", + url = "mvn:androidx.appcompat:appcompat-resources:aar:1.4.1", +) + fb_native.remote_file( name = "asynclayoutinflater-binary-aar", sha1 = "5ffa788d19a6863799f25cb50d4fdfb0ec649037",