Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
moneytoo committed Jun 2, 2024
1 parent 455e7de commit 9f28e8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android-file-chooser/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ android {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.appcompat:appcompat:1.7.0'
}
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,14 @@ dependencies {
implementation("androidx.media3:media3-exoplayer-rtsp:$media3_version") {
exclude group: "androidx.media3", module: "media3-exoplayer"
}
implementation 'androidx.recyclerview:recyclerview:1.3.0'
implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation 'com.getkeepsafe.taptargetview:taptargetview:1.13.3'
implementation 'com.google.android.material:material:1.11.0'
implementation 'com.google.android.material:material:1.12.0'
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0'
implementation "androidx.core:core:$androidxCoreVersion"
fullImplementation 'com.ibm.icu:icu4j:75.1'
fullImplementation 'com.arthenica:ffmpeg-kit-https:6.0-2.LTS'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.preference:preference:1.2.1'
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
implementation project(path: ':doubletapplayerview')
Expand Down

0 comments on commit 9f28e8a

Please sign in to comment.