add android sample gradle support #886
Reference in New Issue
Block a user
No description provided.
Delete Branch "android_sample"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Related issue: https://github.com/facebook/yoga/issues/728.
@@ -6,6 +6,7 @@
*/
include ':yoga', ':yogacore', ':yoga-layout', ':yoga:proguard-annotations', ':libfb'
include ':android:sample'
Or else it fails to sync with the message
because when using relative project naming you implicitly declare an 'android' project
@@ -6,6 +6,7 @@
*/
include ':yoga', ':yogacore', ':yoga-layout', ':yoga:proguard-annotations', ':libfb'
include ':android:sample'
I don't see the error neither on windows nor on macOS.
@davidaurelio Can you review this too ?
I think @cortinico took this on as part of recent Gradle work. https://github.com/facebook/yoga/blob/main/sample/build.gradle
Pull request closed