From b06f7d0e214589c40f85aac8637039648653c645 Mon Sep 17 00:00:00 2001 From: Nouman Tahir Date: Wed, 9 Nov 2022 15:32:33 +0500 Subject: [PATCH] removed patch causing build failure in appcenter --- patches/react-native-iap+7.5.6.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 patches/react-native-iap+7.5.6.patch diff --git a/patches/react-native-iap+7.5.6.patch b/patches/react-native-iap+7.5.6.patch deleted file mode 100644 index ef8b52333..000000000 --- a/patches/react-native-iap+7.5.6.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/node_modules/react-native-iap/android/build.gradle b/node_modules/react-native-iap/android/build.gradle -index 98fb247..00423e1 100644 ---- a/node_modules/react-native-iap/android/build.gradle -+++ b/node_modules/react-native-iap/android/build.gradle -@@ -55,7 +55,7 @@ android { - repositories { - google() - mavenCentral() -- jcenter() -+ mavenCentral() //patched - } - - dependencies {