mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-06-15 15:02:26 +03:00
Merge branch 'renovate/major-koin' into 'develop'
Update koin to v4 (major) See merge request ultrasonic/ultrasonic!1194
This commit is contained in:
commit
9880f15017
@ -28,7 +28,7 @@ retrofit = "2.11.0"
|
|||||||
## KEEP ON 2.13 branch (https://github.com/FasterXML/jackson-databind/issues/3658#issuecomment-1312633064) for compatibility with API 24
|
## KEEP ON 2.13 branch (https://github.com/FasterXML/jackson-databind/issues/3658#issuecomment-1312633064) for compatibility with API 24
|
||||||
jackson = "2.16.0"
|
jackson = "2.16.0"
|
||||||
okhttp = "4.12.0"
|
okhttp = "4.12.0"
|
||||||
koin = "3.5.6"
|
koin = "4.0.4"
|
||||||
picasso = "2.8"
|
picasso = "2.8"
|
||||||
|
|
||||||
junit4 = "4.13.2"
|
junit4 = "4.13.2"
|
||||||
|
@ -455,10 +455,10 @@ class NavigationActivity : ScopeActivity() {
|
|||||||
return findNavController(R.id.nav_host_fragment).navigateUp(appBarConfiguration)
|
return findNavController(R.id.nav_host_fragment).navigateUp(appBarConfiguration)
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onNewIntent(intent: Intent?) {
|
override fun onNewIntent(intent: Intent) {
|
||||||
super.onNewIntent(intent)
|
super.onNewIntent(intent)
|
||||||
|
|
||||||
when (intent?.action) {
|
when (intent.action) {
|
||||||
Constants.INTENT_PLAY_RANDOM_SONGS -> {
|
Constants.INTENT_PLAY_RANDOM_SONGS -> {
|
||||||
playRandomSongs()
|
playRandomSongs()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user