From 7bfdb7dbe3565bca22ee1249be4c49990edaafbe Mon Sep 17 00:00:00 2001 From: Pun Butrach Date: Tue, 20 Jan 2026 22:39:47 +0700 Subject: [PATCH] chore: Remove deprecated dependency from version library Signed-off-by: Pun Butrach --- gradle/libs.versions.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 38eb862609..2a4399a439 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -27,7 +27,6 @@ android-library = { id = "com.android.library", version.ref = "agp" } android-test = { id = "com.android.test", version.ref = "agp" } androidx-baselineprofile = "androidx.baselineprofile:1.4.1" -kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } kotlin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" } kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" } kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" } @@ -70,7 +69,7 @@ compose-bom = "androidx.compose:compose-bom:2026.01.00" compose-foundation = { module = "androidx.compose.foundation:foundation" } compose-foundation-layout = { module = "androidx.compose.foundation:foundation-layout" } compose-material-icons = "androidx.compose.material:material-icons-extended:1.7.8" -compose-material3 = "androidx.compose.material3:material3:1.5.0-alpha10" +compose-material3 = "androidx.compose.material3:material3:1.5.0-alpha12" compose-material3-windowSizeClass = { module = "androidx.compose.material3:material3-window-size-class" } compose-runtime-livedata = { module = "androidx.compose.runtime:runtime-livedata" } compose-ui = { module = "androidx.compose.ui:ui" } @@ -137,7 +136,6 @@ leakcanary-android = "com.squareup.leakcanary:leakcanary-android:2.14" libsu-core = { group = "com.github.topjohnwu.libsu", name = "core", version.ref = "libsu" } libsu-service = { group = "com.github.topjohnwu.libsu", name = "service", version.ref = "libsu" } material-motion-compose = "io.github.fornewid:material-motion-compose-core:2.0.1" -persian-date = "com.github.samanzamani:PersianDate:1.7.1" reorderable = "sh.calvin.reorderable:reorderable:3.0.0" rikka-annotation = { module = "dev.rikka.tools.refine:annotation", version.ref = "refine" } rikka-annotation-processor = { module = "dev.rikka.tools.refine:annotation-processor", version.ref = "refine" } @@ -151,7 +149,6 @@ google-guava = { group = "com.google.guava", name = "guava", version.ref = "guav # Testing (Merged) google-truth = { group = "com.google.truth", name = "truth", version.ref = "truth" } junit = { group = "junit", name = "junit", version.ref = "junitVersion" } -mockito-android = { group = "org.mockito", name = "mockito-android", version.ref = "mockito" } mockito-kotlin = { group = "org.mockito.kotlin", name = "mockito-kotlin", version.ref = "mockitoKotlin" } mockito-robolectric = { group = "org.mockito", name = "mockito-core", version.ref = "mockito" } mockito-robolectric-bytebuddy = "net.bytebuddy:byte-buddy:1.15.11"