Skip to content

Commit

Permalink
updated build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy G authored and Andy G committed Nov 2, 2023
1 parent a8b1c20 commit 95effb6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ dependencies {
}

// All support libs must use the same version
implementation "androidx.annotation:annotation:1.1.0"
implementation "androidx.core:core:1.1.0"
implementation "androidx.media:media:1.1.0"
implementation "androidx.activity:activity:1.4.0"
implementation "androidx.annotation:annotation:1.7.0"
implementation "androidx.core:core:1.12.0"
implementation "androidx.media:media:1.6.0"
implementation "androidx.activity:activity:1.8.0"

implementation('com.google.android.exoplayer:extension-okhttp:2.18.1') {
exclude group: 'com.squareup.okhttp3', module: 'okhttp'
Expand Down

0 comments on commit 95effb6

Please sign in to comment.