Could not find com.google.android.exoplayer:exoplayer:2.13.2

See original GitHub issue

Hi! 👋

Firstly, thanks for your work on this project! 🙂

Today I used patch-package to patch react-native-video@5.2.0 for the project I’m working on.

Here is the diff that solved my problem:

diff --git a/node_modules/react-native-video/android-exoplayer/build.gradle b/node_modules/react-native-video/android-exoplayer/build.gradle
index d005a58..6a9922b 100644
--- a/node_modules/react-native-video/android-exoplayer/build.gradle
+++ b/node_modules/react-native-video/android-exoplayer/build.gradle
@@ -28,7 +28,7 @@ android {
 
 dependencies {
     implementation "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
-    implementation('com.google.android.exoplayer:exoplayer:2.13.2') {
+    implementation('com.google.android.exoplayer:exoplayer:2.13.3') {
         exclude group: 'com.android.support'
     }
 
@@ -37,7 +37,7 @@ dependencies {
     implementation "androidx.core:core:1.1.0"
     implementation "androidx.media:media:1.1.0"
 
-    implementation('com.google.android.exoplayer:extension-okhttp:2.13.2') {
+    implementation('com.google.android.exoplayer:extension-okhttp:2.13.3') {
         exclude group: 'com.squareup.okhttp3', module: 'okhttp'
     }
     implementation 'com.squareup.okhttp3:okhttp:${OKHTTP_VERSION}'

This issue body was partially generated by patch-package.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:26
  • Comments:21 (4 by maintainers)

github_iconTop GitHub Comments

4reactions
longb1997commented, Apr 14, 2022

thanks, please open a PR

2reactions
hueniversecommented, May 17, 2022

I’ll see if I can do a quick patch.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Could not find com.google.android.exoplayer ... - Stack Overflow
Exoplayer library version 2.4.2 isn't found on Google's Maven Repo anymore. Change the implementation to this
Read more >
Could not find com.google.android.exoplayer ... - GitHub
Could not resolve all files for configuration ':app:debugCompileClasspath'. Could not find com.google.android.exoplayer:exoplayer:2.8.2.
Read more >
Hello world! - ExoPlayer
An application level media player for Android.
Read more >
ExoPlayer in Android with Example - GeeksforGeeks
ExoPlayerView is used for audio as well as video streaming in Android apps. Many Google apps use ExoPlayerView for streaming audios and videos....
Read more >
Migrating to ExoPlayer 2 Framework
In this topic, you will learn how to use the ExoPlayer 2 framework with the Brightcove Native Player SDK for Android.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found