44# ####
55[versions ]
66accompanist = " 0.37.3"
7- android-material3 = " 1.14.0-alpha01 "
7+ android-material3 = " 1.14.0-alpha02 "
88androidGradlePlugin = " 8.10.1"
99androidx-activity-compose = " 1.10.1"
1010androidx-appcompat = " 1.7.1"
11- androidx-compose-bom = " 2025.06.00 "
11+ androidx-compose-bom = " 2025.06.01 "
1212androidx-constraintlayout = " 1.1.1"
1313androidx-core-splashscreen = " 1.0.1"
1414androidx-corektx = " 1.16.0"
@@ -32,6 +32,7 @@ coil = "2.7.0"
3232# @keep
3333compileSdk = " 35"
3434coroutines = " 1.10.2"
35+ glancePreview = " 1.1.1"
3536google-maps = " 19.2.0"
3637gradle-versions = " 0.52.0"
3738hilt = " 2.56.2"
@@ -49,15 +50,14 @@ minSdk = "21"
4950okhttp = " 4.12.0"
5051play-services-wearable = " 19.0.0"
5152robolectric = " 4.14.1"
52- roborazzi = " 1.44.0 "
53+ roborazzi = " 1.45.1 "
5354rome = " 2.1.0"
5455room = " 2.7.1"
5556secrets = " 2.0.1"
5657spotless = " 7.0.4"
5758# @keep
5859targetSdk = " 33"
5960version-catalog-update = " 1.0.0"
60- glancePreview = " 1.1.1"
6161
6262[libraries ]
6363accompanist-adaptive = { module = " com.google.accompanist:accompanist-adaptive" , version.ref = " accompanist" }
@@ -96,6 +96,7 @@ androidx-core-splashscreen = { module = "androidx.core:core-splashscreen", versi
9696androidx-glance = { module = " androidx.glance:glance" , version.ref = " androidx-glance" }
9797androidx-glance-appwidget = { module = " androidx.glance:glance-appwidget" , version.ref = " androidx-glance" }
9898androidx-glance-material3 = { module = " androidx.glance:glance-material3" , version.ref = " androidx-glance" }
99+ androidx-glance-preview = { module = " androidx.glance:glance-preview" , version.ref = " glancePreview" }
99100androidx-hilt-navigation-compose = { module = " androidx.hilt:hilt-navigation-compose" , version.ref = " androidxHiltNavigationCompose" }
100101androidx-lifecycle-livedata-ktx = { module = " androidx.lifecycle:lifecycle-viewmodel-ktx" , version.ref = " androidx-lifecycle-compose" }
101102androidx-lifecycle-runtime = { module = " androidx.lifecycle:lifecycle-runtime-ktx" , version.ref = " androidx-lifecycle-compose" }
@@ -159,7 +160,6 @@ roborazzi-compose = { module = "io.github.takahirom.roborazzi:roborazzi-compose"
159160roborazzi-rule = { module = " io.github.takahirom.roborazzi:roborazzi-junit-rule" , version.ref = " roborazzi" }
160161rometools-modules = { module = " com.rometools:rome-modules" , version.ref = " rome" }
161162rometools-rome = { module = " com.rometools:rome" , version.ref = " rome" }
162- androidx-glance-preview = { group = " androidx.glance" , name = " glance-preview" , version.ref = " glancePreview" }
163163
164164[plugins ]
165165android-application = { id = " com.android.application" , version.ref = " androidGradlePlugin" }
0 commit comments