manager: Bump dependencies, Adjust pull refresh UI, Add transitions back (#2139)

Bump dependencies


| Add transitions back for predictive back | Fix SnackBar overlap on FAB
& Make SnackBar can dismiss
| :-- | :-- |
|
![Screenshot_20241016-235706](https://github.com/user-attachments/assets/f2718523-9800-42ff-ad2f-ad8583c56be7)
|
![Screenshot_20241018-220552](https://github.com/user-attachments/assets/ed53338b-1ac4-4d0a-a5fb-7056f81cac18)
|

Use `androidx.compose.material3.pulltorefresh.PullToRefreshBox` instead
of `androidx.compose.material.pullrefresh.*`
| Before | After |
| --: | --: |
|
![Screenshot_20241016-234930](https://github.com/user-attachments/assets/6b9dbb87-627b-4a02-8f77-9f9f81ae1b4a)
|
![Screenshot_20241016-235336](https://github.com/user-attachments/assets/9134dde4-93c8-4f85-8540-56a7c5a1b0af)
|

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Light_summer
2024-10-19 08:40:02 +08:00
committed by GitHub
parent 05a90542c6
commit 7b3e732404
7 changed files with 80 additions and 81 deletions

View File

@@ -1,17 +1,17 @@
[versions]
agp = "8.6.1"
kotlin = "2.0.20"
ksp = "2.0.20-1.0.25"
compose-bom = "2024.09.02"
agp = "8.7.1"
kotlin = "2.0.21"
ksp = "2.0.21-1.0.25"
compose-bom = "2024.10.00"
lifecycle = "2.8.6"
navigation = "2.8.1"
activity-compose = "1.9.2"
navigation = "2.8.3"
activity-compose = "1.9.3"
kotlinx-coroutines = "1.9.0"
coil-compose = "2.7.0"
compose-destination = "2.1.0-beta12"
compose-destination = "2.1.0-beta13"
sheets-compose-dialogs = "1.3.0"
markdown = "4.6.2"
webkit = "1.12.0"
webkit = "1.12.1"
appiconloader-coil = "1.5.0"
parcelablelist = "2.0.1"
libsu = "6.0.0"