diff --git a/native/android/build.gradle b/native/android/build.gradle --- a/native/android/build.gradle +++ b/native/android/build.gradle @@ -46,7 +46,7 @@ } } google() - jcenter() + gradlePluginPortal() maven { url 'https://www.jitpack.io' } } } diff --git a/patches/react-native-ffmpeg+0.4.4.patch b/patches/react-native-ffmpeg+0.4.4.patch new file mode 100644 --- /dev/null +++ b/patches/react-native-ffmpeg+0.4.4.patch @@ -0,0 +1,13 @@ +diff --git a/node_modules/react-native-ffmpeg/android/build.gradle b/node_modules/react-native-ffmpeg/android/build.gradle +index 32923e4..76ff404 100644 +--- a/node_modules/react-native-ffmpeg/android/build.gradle ++++ b/node_modules/react-native-ffmpeg/android/build.gradle +@@ -14,7 +14,7 @@ apply plugin: 'com.android.library' + + buildscript { + repositories { +- jcenter() ++ gradlePluginPortal() + maven { url 'https://maven.google.com' } + } +