Skip to content

Commit

Permalink
update nextlib to v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anilbeesetti committed May 6, 2024
1 parent f9d3915 commit 40411ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ class PlayerActivity : AppCompatActivity() {
val alertDialog = MaterialAlertDialogBuilder(this@PlayerActivity).apply {
setTitle(getString(coreUiR.string.error_playing_video))
setMessage(error.message ?: getString(coreUiR.string.unknown_error))
setNegativeButton(getString(coreUiR.string.exit)) { dialog, _ ->
setNegativeButton(getString(coreUiR.string.exit)) { _, _ ->
finish()
}
if (playlistManager.hasNext()) {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ kotlinxCoroutines = "1.8.0"
kotlinxSerializationJson = "1.6.3"
ksp = "1.9.23-1.0.20"
ktlint = "12.1.0"
nextlib = "0.7.0"
nextlib = "0.7.1"
room = "2.6.1"
timber = "5.0.1"
universalChardet = "2.4.0"
Expand Down

0 comments on commit 40411ff

Please sign in to comment.