diff --git a/patches/react-native-ffmpeg+0.4.4.patch b/patches/react-native-ffmpeg+0.4.4.patch --- a/patches/react-native-ffmpeg+0.4.4.patch +++ b/patches/react-native-ffmpeg+0.4.4.patch @@ -6,8 +6,10 @@ buildscript { repositories { -- jcenter() + gradlePluginPortal() ++ mavenCentral() ++ Jitpack() maven { url 'https://maven.google.com' } + jcenter() }