From ff36dfe0bed9160497f67df828cc4e75e7c4e9f3 Mon Sep 17 00:00:00 2001 From: Juan David Nicholls Cardona Date: Fri, 16 Aug 2019 14:35:28 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66440ea..1f2d3cf 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Linking the package manually is not required anymore with [Autolinking](https:// `$ cd ios && pod install && cd ..` # CocoaPods on iOS needs this extra step -- **Android Platform for Android Support:** +- **Android Platform with Android Support:** Using [Jetifier tool](https://github.com/mikehardy/jetifier) for backward-compatibility. @@ -59,7 +59,7 @@ Linking the package manually is not required anymore with [Autolinking](https:// } ``` -- **Android Platform for AndroidX:** +- **Android Platform with AndroidX:** Modify your **android/build.gradle** configuration: ```