Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
moneytoo committed Dec 26, 2023
1 parent 815e0d6 commit cdbe139
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,14 @@ dependencies {
exclude group: "androidx.media3", module: "media3-exoplayer"
}
implementation 'com.getkeepsafe.taptargetview:taptargetview:1.13.3'
implementation 'com.google.android.material:material:1.10.0'
implementation 'com.google.android.material:material:1.11.0'
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0'
implementation "androidx.core:core:$androidxCoreVersion"
fullImplementation 'com.ibm.icu:icu4j:74.1'
fullImplementation 'com.ibm.icu:icu4j:74.2'
fullImplementation 'com.arthenica:ffmpeg-kit-https:6.0-2.LTS'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.preference:preference:1.2.1'
implementation 'com.squareup.okhttp3:okhttp:4.11.0'
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
implementation project(path: ':doubletapplayerview')
implementation project(path: ':android-file-chooser')
implementation fileTree(dir: "libs", include: ["lib-*.aar"])
Expand Down

0 comments on commit cdbe139

Please sign in to comment.