From 28d1d253a84d624e3bb8a92b7a04ca755fa94cdc Mon Sep 17 00:00:00 2001 From: Andrew Schenk <39064173+andrewschenk-linx@users.noreply.github.com> Date: Thu, 13 Aug 2020 08:04:54 -0500 Subject: [PATCH] Update README.md replace deprecated 'compile' with 'implementation' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98cd91f..bbced97 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ project(':react-native-red5pro').projectDir = new File(rootProject.projectDir, ' Now locate the `build.gradle` for your Android app, and add the following to the `dependencies`: ```txt -compile project(':react-native-red5pro') +implementation project(':react-native-red5pro') ``` > Review the [Android Example](example/android) included in this repository.