Solve build target error while building Android with Buck.
Summary: SoLoader library targets Android API 21 but main manifest targets 19. This will block buck android build. Closes https://github.com/facebook/yoga/pull/437 Reviewed By: astreet Differential Revision: D4611364 Pulled By: emilsjolander fbshipit-source-id: 113bcfce751e98b8a42e46e0101b6a4b1327b9c3
This commit is contained in:
committed by
Facebook Github Bot
parent
e596091fa2
commit
3ad4d7dd6e
@@ -17,7 +17,7 @@
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="15"
|
||||
android:targetSdkVersion="19"
|
||||
android:targetSdkVersion="21"
|
||||
/>
|
||||
|
||||
<application/>
|
||||
|
Reference in New Issue
Block a user