Skip to content

Commit

Permalink
Updated 3rd party dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
semsudin-tafilovic committed Apr 25, 2024
1 parent 00d3a49 commit 6bdaa80
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion android-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ dependencies {

implementation libs.room
implementation libs.roomKtx
testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13.2'
kapt libs.roomCompiler

testImplementation libs.junit
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ buildscript {
'constraintLayoutVersion': '2.1.4',

'kotlinCoroutines' : '1.8.0',
'coreKtxVersion' : '1.12.0',
'coreKtxVersion' : '1.13.0',

'okHttpVersion' : '4.12.0',

Expand Down
2 changes: 1 addition & 1 deletion sample-v4/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ android {

dependencies {

implementation 'androidx.core:core-ktx:1.12.0'
implementation 'androidx.core:core-ktx:1.13.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.11.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
Expand Down
16 changes: 8 additions & 8 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,14 @@ dependencies {
implementation "com.squareup.okhttp3:okhttp:$versions.okHttpVersion"
implementation('com.squareup.okhttp3:logging-interceptor:4.12.0')

implementation "androidx.media3:media3-session:1.3.0"
implementation 'androidx.media3:media3-exoplayer:1.3.0'
implementation "androidx.media3:media3-ui:1.3.0"
implementation "androidx.media3:media3-common:1.3.0"
implementation "androidx.media3:media3-exoplayer-dash:1.3.0"
implementation "androidx.media3:media3-exoplayer-hls:1.3.0"

implementation platform('com.google.firebase:firebase-bom:32.8.0')
implementation 'androidx.media3:media3-session:1.3.1'
implementation 'androidx.media3:media3-exoplayer:1.3.1'
implementation 'androidx.media3:media3-ui:1.3.1'
implementation 'androidx.media3:media3-common:1.3.1'
implementation 'androidx.media3:media3-exoplayer-dash:1.3.1'
implementation 'androidx.media3:media3-exoplayer-hls:1.3.1'

implementation platform('com.google.firebase:firebase-bom:32.8.1')
implementation('com.google.firebase:firebase-messaging')
implementation("com.google.firebase:firebase-crashlytics")

Expand Down

0 comments on commit 6bdaa80

Please sign in to comment.