removed patch causing build failure in appcenter

This commit is contained in:
Nouman Tahir 2022-11-09 15:32:33 +05:00
parent 68e24cc260
commit b06f7d0e21

View File

@ -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 {