From cf01801134341b65479b17a0e1f4caa2f767203e Mon Sep 17 00:00:00 2001 From: Kendall Kelly Date: Wed, 3 Aug 2022 13:59:46 -0400 Subject: [PATCH] replaced deprecated 'provided' dependency with 'compileOnly' --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 31e44f28..7d19451f 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -28,5 +28,5 @@ android { } dependencies { - provided "com.facebook.react:react-native:+" + compileOnly "com.facebook.react:react-native:+" }