Fix sample app oss build
Summary: The appcompat library was way outdated and failed CI: https://travis-ci.org/facebook/yoga/builds/231065300 Reviewed By: emilsjolander Differential Revision: D5043967 fbshipit-source-id: a5bb02110cf016972d983f511cf8c31dd9d667e1
This commit is contained in:
committed by
Facebook Github Bot
parent
3fb135829d
commit
3db6804202
@@ -9,6 +9,6 @@ include_defs("//YOGA_DEFS")
|
|||||||
|
|
||||||
android_prebuilt_aar(
|
android_prebuilt_aar(
|
||||||
name = "appcompat",
|
name = "appcompat",
|
||||||
aar = "appcompat-v7-19.1.0.aar",
|
aar = "appcompat-v7-24.2.1.aar",
|
||||||
visibility = YOGA_ROOTS,
|
visibility = YOGA_ROOTS,
|
||||||
)
|
)
|
||||||
|
Binary file not shown.
BIN
lib/appcompat/appcompat-v7-24.2.1.aar
Normal file
BIN
lib/appcompat/appcompat-v7-24.2.1.aar
Normal file
Binary file not shown.
Reference in New Issue
Block a user