Updates compose, navigation, windowCore and tests

This commit is contained in:
Vitor Pamplona
2025-09-25 12:59:24 -04:00
parent 1f6135d45d
commit f31292a201
2 changed files with 6 additions and 4 deletions

View File

@@ -304,6 +304,8 @@ dependencies {
// Language picker and Theme chooser // Language picker and Theme chooser
implementation libs.androidx.appcompat implementation libs.androidx.appcompat
// Dynamically adjust between phone and tablet UI
implementation libs.androidx.window.core.android implementation libs.androidx.window.core.android
// Local model for language identification // Local model for language identification

View File

@@ -13,7 +13,7 @@ benchmark = "1.4.1"
benchmarkJunit4 = "1.4.1" benchmarkJunit4 = "1.4.1"
biometricKtx = "1.2.0-alpha05" biometricKtx = "1.2.0-alpha05"
coil = "3.3.0" coil = "3.3.0"
composeBom = "2025.09.00" composeBom = "2025.09.01"
coreKtx = "1.17.0" coreKtx = "1.17.0"
datastore = "1.1.7" datastore = "1.1.7"
espressoCore = "3.7.0" espressoCore = "3.7.0"
@@ -38,7 +38,7 @@ markdown = "f92ef49c9d"
media3 = "1.8.0" media3 = "1.8.0"
mockk = "1.14.5" mockk = "1.14.5"
kotlinx-coroutines-test = "1.10.2" kotlinx-coroutines-test = "1.10.2"
navigationCompose = "2.9.4" navigationCompose = "2.9.5"
okhttp = "5.1.0" okhttp = "5.1.0"
runner = "1.7.0" runner = "1.7.0"
rfc3986 = "0.1.2" rfc3986 = "0.1.2"
@@ -54,11 +54,11 @@ zelory = "3.0.1"
zoomable = "2.8.1" zoomable = "2.8.1"
zxing = "3.5.3" zxing = "3.5.3"
zxingAndroidEmbedded = "4.3.0" zxingAndroidEmbedded = "4.3.0"
windowCoreAndroid = "1.4.0" windowCoreAndroid = "1.5.0"
androidxCamera = "1.5.0" androidxCamera = "1.5.0"
androidxCollection = "1.5.0" androidxCollection = "1.5.0"
kotlinStdlib = "2.2.20" kotlinStdlib = "2.2.20"
kotlinTest = "2.2.10" kotlinTest = "2.2.20"
core = "1.7.0" core = "1.7.0"
mavenPublish = "0.34.0" mavenPublish = "0.34.0"