fix(deps): update aboutlib.version to v11 (major) (#473)

* fix(deps): update aboutlib.version to v11

* Fix build

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
(cherry picked from commit e75488f5d98fb600408d065d1c5060520a8921a4)

# Conflicts:
#	gradle/libs.versions.toml
This commit is contained in:
renovate[bot] 2024-03-23 02:00:24 +06:00 committed by Jobobby04
parent 41bb0e08ba
commit 3ecf86ae35
2 changed files with 7 additions and 6 deletions

View File

@ -32,12 +32,13 @@ class OpenSourceLicensesScreen : Screen() {
.fillMaxSize(), .fillMaxSize(),
contentPadding = contentPadding, contentPadding = contentPadding,
onLibraryClick = { onLibraryClick = {
val libraryLicenseScreen = OpenSourceLibraryLicenseScreen( navigator.push(
name = it.library.name, OpenSourceLibraryLicenseScreen(
website = it.library.website, name = it.name,
license = it.library.licenses.firstOrNull()?.htmlReadyLicenseContent.orEmpty(), website = it.website,
license = it.licenses.firstOrNull()?.htmlReadyLicenseContent.orEmpty(),
)
) )
navigator.push(libraryLicenseScreen)
}, },
) )
} }

View File

@ -1,5 +1,5 @@
[versions] [versions]
aboutlib_version = "10.10.0" aboutlib_version = "11.1.0"
acra = "5.11.3" acra = "5.11.3"
leakcanary = "2.13" leakcanary = "2.13"
moko = "0.23.0" moko = "0.23.0"