chore(deps): update dependencies

androidx-activity 1.8.2 -> 1.9.0
androidx-compose-bom 2024.04.00 -> 2024.04.01
androidx-compose-compiler 1.5.11 -> 1.5.12
androidx-core 1.12.0 -< 1.13.0
jellyfin-media3-ffmpeg-decoder 1.2.1+1 -> 1.3.1+1
This commit is contained in:
Jarne Demeulemeester 2024-04-20 11:06:52 +02:00
parent 33a7dfedba
commit 7b3523e605
No known key found for this signature in database
GPG key ID: 1E5C6AFBD622E9F5
3 changed files with 7 additions and 6 deletions

View file

@ -274,7 +274,7 @@ class PlayerActivity : BasePlayerActivity() {
hideSystemUI() hideSystemUI()
} }
override fun onNewIntent(intent: Intent?) { override fun onNewIntent(intent: Intent) {
super.onNewIntent(intent) super.onNewIntent(intent)
setIntent(intent) setIntent(intent)
@ -283,6 +283,7 @@ class PlayerActivity : BasePlayerActivity() {
} }
override fun onUserLeaveHint() { override fun onUserLeaveHint() {
super.onUserLeaveHint()
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.S && if (Build.VERSION.SDK_INT < Build.VERSION_CODES.S &&
appPreferences.playerPipGesture && appPreferences.playerPipGesture &&
viewModel.player.isPlaying && viewModel.player.isPlaying &&

View file

@ -11,6 +11,6 @@ object Versions {
val java = JavaVersion.VERSION_17 val java = JavaVersion.VERSION_17
const val composeCompiler = "1.5.11" const val composeCompiler = "1.5.12"
const val ktlint = "0.50.0" const val ktlint = "0.50.0"
} }

View file

@ -2,12 +2,12 @@
aboutlibraries = "11.1.3" aboutlibraries = "11.1.3"
android-desugar-jdk-libs = "2.0.4" android-desugar-jdk-libs = "2.0.4"
android-plugin = "8.3.2" android-plugin = "8.3.2"
androidx-activity = "1.8.2" androidx-activity = "1.9.0"
androidx-appcompat = "1.6.1" androidx-appcompat = "1.6.1"
androidx-compose-bom = "2024.04.00" androidx-compose-bom = "2024.04.01"
androidx-compose-material3 = "1.2.1" androidx-compose-material3 = "1.2.1"
androidx-constraintlayout = "2.1.4" androidx-constraintlayout = "2.1.4"
androidx-core = "1.12.0" androidx-core = "1.13.0"
androidx-hilt = "1.2.0" androidx-hilt = "1.2.0"
androidx-lifecycle = "2.7.0" androidx-lifecycle = "2.7.0"
androidx-media3 = "1.3.1" androidx-media3 = "1.3.1"
@ -35,7 +35,7 @@ ksp = "1.9.23-1.0.20"
ktlint = "12.1.0" ktlint = "12.1.0"
libmpv = "0.2.0" libmpv = "0.2.0"
material = "1.11.0" material = "1.11.0"
media3-ffmpeg-decoder = "1.2.1+1" media3-ffmpeg-decoder = "1.3.1+1"
timber = "5.0.1" timber = "5.0.1"
[libraries] [libraries]