From 7f854ec13ee9e2df31322197a15165c9935ece2e Mon Sep 17 00:00:00 2001 From: Jesse Katsumata Date: Mon, 3 Oct 2022 21:22:57 -0700 Subject: [PATCH] Update README for android (#980) Summary: Install instruction and doc url seemed to be outdated. Pull Request resolved: https://github.com/facebook/yoga/pull/980 Reviewed By: yungsters Differential Revision: D40032063 Pulled By: yungsters fbshipit-source-id: 540bf5fa87d343b3da9ccf8865ecc6ac646b77d7 --- android/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/README.md b/android/README.md index caa6468f..9a143c8c 100644 --- a/android/README.md +++ b/android/README.md @@ -4,11 +4,11 @@ YogaLayout is available via jcenter: - compile 'com.facebook.yoga.android:yoga-layout:1.2.0' + implementation 'com.facebook.yoga.android:yoga-layout:1.16.0' ## Getting Started -Check out the docs [here](https://facebook.github.io/yoga/docs/api/android/). +Check out the docs [here](https://yogalayout.com/getting-started/standalone/). We also have a sample project. To try it, clone the repo and run (with a device attached)