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"
@@ -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"
@@ -57,7 +58,6 @@ spotless = "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" }
@@ -173,7 +173,7 @@ kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
173173kotlin-parcelize = { id = " org.jetbrains.kotlin.plugin.parcelize" , version.ref = " kotlin" }
174174kotlin-serialization = { id = " org.jetbrains.kotlin.plugin.serialization" , version.ref = " kotlin" }
175175ksp = { id = " com.google.devtools.ksp" , version.ref = " ksp" }
176- roborazzi = { id = " io.github.takahirom.roborazzi" , version.ref = " roborazzi " }
176+ roborazzi = " io.github.takahirom.roborazzi:1.45.0 "
177177secrets = { id = " com.google.android.libraries.mapsplatform.secrets-gradle-plugin" , version.ref = " secrets" }
178178spotless = { id = " com.diffplug.spotless" , version.ref = " spotless" }
179179version-catalog-update = { id = " nl.littlerobots.version-catalog-update" , version.ref = " version-catalog-update" }
0 commit comments