From 44fec9024b4200bae85e80e98b2f5cc9a6ac2bba Mon Sep 17 00:00:00 2001 From: Umesh Patidar Date: Wed, 28 Aug 2024 09:53:59 +0530 Subject: [PATCH] Fix: duplicate class issue on react native 0.75 --- android/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index baef1a9c..c2931dcb 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -32,6 +32,5 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) testImplementation 'junit:junit:4.12' - implementation "com.android.support:appcompat-v7:$supportLibVersion" implementation "com.facebook.react:react-native:+" // From node_modules }