From 72b789a88bfb1bf5e9c0bf7ece8123a9355e927d Mon Sep 17 00:00:00 2001 From: Albert Vaca Cintora Date: Mon, 29 Sep 2025 12:12:58 +0200 Subject: [PATCH] Bump deps --- build.gradle.kts | 3 ++- gradle/libs.versions.toml | 16 +++++++++------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index e6c6faf6..17c1b4c5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -272,6 +272,7 @@ dependencies { coreLibraryDesugaring(libs.android.desugarJdkLibsNio) implementation(libs.androidx.compose.material3) + implementation(libs.androidx.compose.material.icons) implementation(libs.androidx.compose.ui.tooling.preview) implementation(libs.androidx.activity.compose) implementation(libs.androidx.constraintlayout.compose) @@ -291,7 +292,7 @@ dependencies { implementation(libs.androidx.lifecycle.extensions) implementation(libs.androidx.lifecycle.common.java8) implementation(libs.androidx.gridlayout) - implementation(libs.material) + implementation(libs.google.android.material) implementation(libs.disklrucache) //For caching album art bitmaps implementation(libs.slf4j.handroid) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 27fe89eb..2333879e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ bcpkixJdk15on = "1.70" classindexksp = "1.2" commonsCollections4 = "4.5.0" commonsIo = "2.20.0" -commonsLang3 = "3.18.0" +commonsLang3 = "3.19.0" constraintlayoutCompose = "1.1.1" coreKtx = "1.17.0" dependencyLicenseReport = "2.9" @@ -18,13 +18,14 @@ gridlayout = "1.1.0" jsonassert = "1.5.3" junit = "4.13.2" kotlin = "2.2.20" -kspPlugin = "2.2.0-2.0.2" +kspPlugin = "2.2.20-2.0.3" kotlinxCoroutinesCore = "1.10.2" lifecycleExtensions = "2.2.0" lifecycleRuntimeKtx = "2.9.4" logger = "1.0.3" -material = "1.13.0" -material3 = "1.3.2" +androidMaterial = "1.13.0" +composeMaterialIcons = "1.7.8" +composeMaterial3 = "1.4.0" media = "1.7.1" minaCore = "2.2.4" mockitoCore = "5.20.0" @@ -35,7 +36,7 @@ rxjava = "2.2.21" sl4j = "2.0.13" sshdCore = "2.16.0" swiperefreshlayout = "1.1.0" -uiToolingPreview = "1.9.1" +uiToolingPreview = "1.9.2" univocityParsers = "2.9.1" [libraries] @@ -43,7 +44,8 @@ android-desugarJdkLibsNio = { module = "com.android.tools:desugar_jdk_libs_nio", android-smsmms = { module = "org.kde.invent.sredman:android-smsmms", version.ref = "androidSmsmms" } androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activityCompose" } androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompat" } -androidx-compose-material3 = { module = "androidx.compose.material3:material3", version.ref = "material3" } +androidx-compose-material3 = { module = "androidx.compose.material3:material3", version.ref = "composeMaterial3" } +androidx-compose-material-icons = { module = "androidx.compose.material:material-icons-core", version.ref = "composeMaterialIcons" } androidx-compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview", version.ref = "uiToolingPreview" } androidx-constraintlayout-compose = { module = "androidx.constraintlayout:constraintlayout-compose", version.ref = "constraintlayoutCompose" } androidx-compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "uiToolingPreview" } @@ -72,7 +74,7 @@ kotlin-stdlib-jdk8 = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", versi kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "kotlinxCoroutinesCore" } kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinxCoroutinesCore" } logger = { module = "com.klinkerapps:logger", version.ref = "logger" } -material = { module = "com.google.android.material:material", version.ref = "material" } +google-android-material = { module = "com.google.android.material:material", version.ref = "androidMaterial" } apache-mina-core = { module = "org.apache.mina:mina-core", version.ref = "minaCore" } apache-sshd-core = { module = "org.apache.sshd:sshd-core", version.ref = "sshdCore" } apache-sshd-sftp = { module = "org.apache.sshd:sshd-sftp", version.ref = "sshdCore" }