Update libraries

This commit is contained in:
MM20 2025-07-04 11:50:38 +02:00
parent dd14c6cbaa
commit 88df149f52
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389
2 changed files with 4 additions and 13 deletions

View File

@ -175,14 +175,6 @@ val OpenSourceLicenses = arrayOf(
licenseText = R.raw.license_apache_2, licenseText = R.raw.license_apache_2,
url = "https://source.android.com/" 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( OpenSourceLibrary(
name = "AndroidSVG", name = "AndroidSVG",
description = "AndroidSVG is a SVG parser and renderer for Android.", description = "AndroidSVG is a SVG parser and renderer for Android.",

View File

@ -32,14 +32,14 @@ androidx-work = "2.9.0"
androidx-browser = "1.8.0" androidx-browser = "1.8.0"
androidx-palette = "1.0.0" androidx-palette = "1.0.0"
androidx-media2 = "1.3.0" androidx-media2 = "1.3.0"
androidx-room = "2.7.1" androidx-room = "2.7.2"
androidx-constraint-layout = "1.1.1" androidx-constraint-layout = "1.1.1"
androidx-emojipicker = "1.5.0" androidx-emojipicker = "1.5.0"
accompanist = "0.36.0" accompanist = "0.36.0"
haze = "1.6.4" haze = "1.6.6"
coil = "2.7.0" coil = "2.7.0"
koin = "4.0.4" koin = "4.1.0"
retrofit = "2.11.0" retrofit = "2.11.0"
junit = "4.13.2" junit = "4.13.2"
junitVersion = "1.2.1" 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-android = { group = "io.insert-koin", name = "koin-android", version.ref = "koin" }
koin-androidxcompose = { group = "io.insert-koin", name = "koin-androidx-compose", 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" } emoji4j = { group = "com.sigpwned", name = "emoji4j-core", version = "16.0.0" }
junit = { group = "junit", name = "junit", version.ref = "junit" } 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-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
kotlin-plugin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", 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" } 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" }