From 1b7f8e7700a1243efed12a073acfb2373d94d808 Mon Sep 17 00:00:00 2001 From: Thomas Leclercq <11087275+t-leclercq@users.noreply.github.com> Date: Tue, 16 Aug 2022 00:54:29 +0200 Subject: [PATCH] Updated gradle build for 7+ compatibility --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 2614c62..f5eabb2 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -22,5 +22,5 @@ android { } dependencies { - compile "com.facebook.react:react-native:+" // From node_modules + implementation('com.facebook.react:react-native:+') }