From 88df149f520483c6987584cc1cf6e79922152d7f Mon Sep 17 00:00:00 2001 From: MM20 <15646950+MM2-0@users.noreply.github.com> Date: Fri, 4 Jul 2025 11:50:38 +0200 Subject: [PATCH] Update libraries --- .../de/mm20/launcher2/licenses/OpenSourceLicenses.kt | 8 -------- gradle/libs.versions.toml | 9 ++++----- 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/core/base/src/main/java/de/mm20/launcher2/licenses/OpenSourceLicenses.kt b/core/base/src/main/java/de/mm20/launcher2/licenses/OpenSourceLicenses.kt index c16fa85e..91eaa21c 100644 --- a/core/base/src/main/java/de/mm20/launcher2/licenses/OpenSourceLicenses.kt +++ b/core/base/src/main/java/de/mm20/launcher2/licenses/OpenSourceLicenses.kt @@ -175,14 +175,6 @@ val OpenSourceLicenses = arrayOf( licenseText = R.raw.license_apache_2, url = "https://source.android.com/" ), - OpenSourceLibrary( - name = "Protobuf", - copyrightNote = "Copyright 2008 Google Inc. All rights reserved.", - description = "Protocol buffers are a language-neutral, platform-neutral extensible mechanism for serializing structured data.", - licenseName = R.string.bsd_3clause_name, - licenseText = R.raw.license_bsd_3clause, - url = "https://developers.google.com/protocol-buffers" - ), OpenSourceLibrary( name = "AndroidSVG", description = "AndroidSVG is a SVG parser and renderer for Android.", diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4aa86a6b..c4e6b37e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -32,14 +32,14 @@ androidx-work = "2.9.0" androidx-browser = "1.8.0" androidx-palette = "1.0.0" androidx-media2 = "1.3.0" -androidx-room = "2.7.1" +androidx-room = "2.7.2" androidx-constraint-layout = "1.1.1" androidx-emojipicker = "1.5.0" accompanist = "0.36.0" -haze = "1.6.4" +haze = "1.6.6" coil = "2.7.0" -koin = "4.0.4" +koin = "4.1.0" retrofit = "2.11.0" junit = "4.13.2" junitVersion = "1.2.1" @@ -127,7 +127,6 @@ mathparser = { group = "org.mariuszgromada.math", name = "MathParser.org-mXparse koin-android = { group = "io.insert-koin", name = "koin-android", version.ref = "koin" } koin-androidxcompose = { group = "io.insert-koin", name = "koin-androidx-compose", version.ref = "koin" } -tinypinyin = { group = "com.github.promeg", name = "tinypinyin", version = "2.0.3" } emoji4j = { group = "com.sigpwned", name = "emoji4j-core", version = "16.0.0" } junit = { group = "junit", name = "junit", version.ref = "junit" } @@ -149,4 +148,4 @@ ksp = { id = "com.google.devtools.ksp", version.ref = "ksp-gradle-plugin" } kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } kotlin-plugin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" } kotlin-plugin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" } -dokka = { id = "org.jetbrains.dokka", version = "1.9.20" } +dokka = { id = "org.jetbrains.dokka", version = "2.0.0" }