Skip to content

Commit ef562c9

Browse files
committed
Update libraries
1 parent d1f181f commit ef562c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ dependencies {
125125

126126
// support
127127
implementation "androidx.fragment:fragment-ktx:$fragment_version"
128-
implementation 'androidx.activity:activity-ktx:1.12.1'
128+
implementation 'androidx.activity:activity-ktx:1.12.2'
129129
implementation 'androidx.appcompat:appcompat:1.7.1'
130130
implementation 'com.google.android.material:material:1.13.0'
131131
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.2.0"
@@ -163,7 +163,7 @@ dependencies {
163163
implementation "androidx.work:work-runtime-ktx:$work_version"
164164

165165
// exo player
166-
def media3_version = "1.8.0"
166+
def media3_version = "1.9.0"
167167
implementation "androidx.media3:media3-exoplayer:$media3_version"
168168
implementation "androidx.media3:media3-exoplayer-hls:$media3_version"
169169
implementation "androidx.media3:media3-ui:$media3_version"

0 commit comments

Comments
 (0)