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 Cuong M. Tran
parent ce0fc088ba
commit bc4ee3af78
No known key found for this signature in database
GPG key ID: 733AA7624B9315C2
2 changed files with 7 additions and 6 deletions

View file

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

View file

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