Skip to content

Commit

Permalink
build(deps): Add appcompat-resources to BUCK
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldonadel committed Feb 10, 2022
1 parent af06c5c commit 252034f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ReactAndroid/src/main/third-party/android/androidx/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 252034f

Please sign in to comment.