@@ -5,9 +5,9 @@ android-googleid = "1.1.1"
55androidGradlePlugin  = " 8.13.0" 
66androidx-activity-compose  = " 1.11.0" 
77androidx-appcompat  = " 1.7.0" 
8- androidx-compose-bom  = " 2025.09.01 " 
8+ androidx-compose-bom  = " 2025.10.00 " 
99androidx-compose-ui-test  = " 1.7.0-alpha08" 
10- androidx-compose-ui-test-junit4-accessibility  = " 1.10.0-alpha04 " 
10+ androidx-compose-ui-test-junit4-accessibility  = " 1.10.0-alpha05 " 
1111androidx-constraintlayout  = " 2.2.1" 
1212androidx-constraintlayout-compose  = " 1.1.1" 
1313androidx-coordinator-layout  = " 1.3.0" 
@@ -35,33 +35,34 @@ androidxHiltNavigationCompose = "1.3.0"
3535appcompat  = " 1.7.1" 
3636coil  = " 2.7.0" 
3737#  @keep
38- compileSdk  = " 36"   #  gradle.kts for Module :compose:snippets uses Android 16 QPR 2 
39- compose-latest  = " 1.9.2 " 
40- composeUiTooling  = " 1.5.2 " 
38+ compileSdk  = " 36" 
39+ compose-latest  = " 1.9.3 " 
40+ composeUiTooling  = " 1.5.3 " 
4141coreSplashscreen  = " 1.0.1" 
4242coroutines  = " 1.10.2" 
4343glide  = " 1.0.0-beta08" 
4444google-maps  = " 19.2.0" 
4545gradle-versions  = " 0.53.0" 
4646guava  = " 33.5.0-jre" 
47- hilt  = " 2.57.1 " 
47+ hilt  = " 2.57.2 " 
4848horologist  = " 0.8.2-alpha" 
4949junit  = " 4.13.2" 
50- ktlint  = " 1.5.0" 
5150kotlin  = " 2.2.20" 
5251kotlinCoroutinesOkhttp  = " 1.0" 
5352kotlinxCoroutinesGuava  = " 1.10.2" 
5453kotlinxSerializationJson  = " 1.9.0" 
55- ksp  = " 2.2.20-2.0.3" 
54+ ksp  = " 2.2.20-2.0.4" 
55+ ktlint  = " 1.5.0" 
5656lifecycleService  = " 2.9.4" 
57- maps-compose  = " 6.11.0 " 
58- material  = " 1.14.0-alpha04 " 
57+ maps-compose  = " 6.12.1 " 
58+ material  = " 1.14.0-alpha05 " 
5959material3-adaptive  = " 1.1.0" 
6060material3-adaptive-navigation-suite  = " 1.4.0" 
6161media3  = " 1.8.0" 
62+ media3Ui  = " 1.8.0" 
6263#  @keep
6364minSdk  = " 35" 
64- okHttp  = " 5.1 .0" 
65+ okHttp  = " 5.2 .0" 
6566playServicesWearable  = " 19.0.0" 
6667protolayout  = " 1.3.0" 
6768recyclerview  = " 1.4.0" 
@@ -70,16 +71,15 @@ targetSdk = "36"
7071tiles  = " 1.5.0" 
7172tracing  = " 1.3.0" 
7273validatorPush  = " 1.0.0-alpha08" 
73- version-catalog-update  = " 1.0.0 " 
74+ version-catalog-update  = " 1.0.1 " 
7475watchfaceComplicationsDataSourceKtx  = " 1.2.1" 
7576wear  = " 1.3.0" 
76- wearComposeFoundation  = " 1.5.2 " 
77- wearComposeMaterial  = " 1.5.2 " 
78- wearComposeMaterial3  = " 1.5.2 " 
77+ wearComposeFoundation  = " 1.5.3 " 
78+ wearComposeMaterial  = " 1.5.3 " 
79+ wearComposeMaterial3  = " 1.5.3 " 
7980wearOngoing  = " 1.1.0" 
8081wearToolingPreview  = " 1.0.0" 
8182webkit  = " 1.14.0" 
82- media3Ui  = " 1.8.0" 
8383
8484[libraries ]
8585accompanist-adaptive  = " com.google.accompanist:accompanist-adaptive:0.37.3" 
@@ -140,6 +140,7 @@ androidx-lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-view
140140androidx-material-icons-core  = { module  = " androidx.compose.material:material-icons-core"   }
141141androidx-media3-common  = { module  = " androidx.media3:media3-common"  , version.ref  = " media3"   }
142142androidx-media3-exoplayer  = { module  = " androidx.media3:media3-exoplayer"  , version.ref  = " media3"   }
143+ androidx-media3-ui  = { module  = " androidx.media3:media3-ui"  , version.ref  = " media3Ui"   }
143144androidx-navigation-compose  = { module  = " androidx.navigation:navigation-compose"  , version.ref  = " androidx-navigation"   }
144145androidx-paging-compose  = { module  = " androidx.paging:paging-compose"  , version.ref  = " androidx-paging"   }
145146androidx-protolayout  = { module  = " androidx.wear.protolayout:protolayout"  , version.ref  = " protolayout"   }
@@ -197,7 +198,6 @@ play-services-wearable = { module = "com.google.android.gms:play-services-wearab
197198validator-push  = { module  = " com.google.android.wearable.watchface.validator:validator-push"  , version.ref  = " validatorPush"   }
198199wear-compose-material  = { module  = " androidx.wear.compose:compose-material"  , version.ref  = " wearComposeMaterial"   }
199200wear-compose-material3  = { module  = " androidx.wear.compose:compose-material3"  , version.ref  = " wearComposeMaterial3"   }
200- androidx-media3-ui  = { group  = " androidx.media3"  , name  = " media3-ui"  , version.ref  = " media3Ui"   }
201201
202202[plugins ]
203203android-application  = { id  = " com.android.application"  , version.ref  = " androidGradlePlugin"   }
0 commit comments