ecency-mobile/patches/@react-native-community+push-notification-ios+1.10.1.patch

23 lines
915 B
Diff
Raw Normal View History

2022-10-31 17:21:36 +03:00
diff --git a/node_modules/@react-native-community/push-notification-ios/android/build.gradle b/node_modules/@react-native-community/push-notification-ios/android/build.gradle
index 3231b29..c956229 100644
--- a/node_modules/@react-native-community/push-notification-ios/android/build.gradle
+++ b/node_modules/@react-native-community/push-notification-ios/android/build.gradle
@@ -10,7 +10,7 @@ buildscript {
}
repositories {
google()
- jcenter()
+ mavenCentral() //patched
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
@@ -24,7 +24,7 @@ allprojects {
repositories {
mavenLocal()
google()
- jcenter()
+ mavenCentral() //patched
maven {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
url "$rootDir/../node_modules/react-native/android"