Skip to content

Commit

Permalink
build(deps): update media3 (1.4.1) and nextlib (0.8.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhenwinch committed Oct 5, 2024
1 parent c321c43 commit f488f6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ plugins {

// Version
val versionMajor = 2
val versionMinor = 1
val versionPatch = 3
val versionMinor = 2
val versionPatch = 0
val versionBuild = 0
val applicationName: String = libs.versions.applicationName.get()
val _applicationId: String = libs.versions.applicationId.get()
Expand Down
5 changes: 2 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,12 @@ localbroadcastmanager = "1.1.0"
markdown = "0.5.4"
material = "1.12.0"
material3 = "1.1.2"
media3 = "1.3.1"
media-ffmpeg = "0.7.1"
media3 = "1.4.1"
media-ffmpeg = "0.8.2"
mockk = "1.13.8"
okhttp = "4.12.0"
palette = "1.0.0"
pauseCoroutine = "3959287e12"
providersGradle = "1.1.1"
retrofit = "2.9.0"
room = "2.6.1"
serialization = "1.6.0"
Expand Down

0 comments on commit f488f6d

Please sign in to comment.