From 2eed428402d8f7e583e6f6b0f5533a3c2a1e63d4 Mon Sep 17 00:00:00 2001 From: Himanshu Negi Date: Tue, 7 Dec 2021 11:27:21 +0530 Subject: [PATCH] gradle7 changes --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 5f4b121..cf69a44 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -14,5 +14,5 @@ android { } dependencies { - compile 'com.facebook.react:react-native:+' + implementation 'com.facebook.react:react-native:+' }