14
14
# limitations under the License.
15
15
#
16
16
[versions ]
17
- agp = " 8.9.1 "
18
- fragmentCompose = " 1.8.6 "
19
- kotlin = " 2.1 .10"
20
- coreKtx = " 1.17.0-alpha01 "
17
+ agp = " 8.13.0 "
18
+ fragmentCompose = " 1.8.9 "
19
+ kotlin = " 2.2 .10"
20
+ coreKtx = " 1.17.0"
21
21
junit = " 4.13.2"
22
- junitVersion = " 1.2.1 "
23
- espressoCore = " 3.6.1 "
24
- kotlinxSerializationJson = " 1.8 .0"
25
- lifecycleRuntimeKtx = " 2.8.7 "
26
- activityCompose = " 1.10.0 "
27
- composeBom = " 2025.02.00 "
28
- appcompat = " 1.7.0 "
22
+ junitVersion = " 1.3.0 "
23
+ espressoCore = " 3.7.0 "
24
+ kotlinxSerializationJson = " 1.9 .0"
25
+ lifecycleRuntimeKtx = " 2.9.3 "
26
+ activityCompose = " 1.10.1 "
27
+ composeBom = " 2025.08.01 "
28
+ appcompat = " 1.7.1 "
29
29
material = " 1.12.0"
30
- coil = " 2.4 .0"
31
- navigationCompose = " 2.8.7 "
32
- coroutines = " 1.7.3 "
30
+ coil = " 2.7 .0"
31
+ navigationCompose = " 2.9.3 "
32
+ coroutines = " 1.10.2 "
33
33
photopickerCompose = " 1.0.0-alpha01"
34
- play-services-location = " 21.1 .0"
34
+ play-services-location = " 21.3 .0"
35
35
36
- accompanist = " 0.32.0 "
37
- androidx-datastore = " 1.0.0 "
38
- androidx-navigation = " 2.7.7 "
39
- androidx-window = " 1.4.0-rc01 "
36
+ accompanist = " 0.37.3 "
37
+ androidx-datastore = " 1.1.7 "
38
+ androidx-navigation = " 2.9.3 "
39
+ androidx-window = " 1.4.0"
40
40
casa = " 0.5.1"
41
- gradleDownloadTask = " 4.1.2 "
42
- ksp = " 1.9.22-1 .0.17 "
41
+ gradleDownloadTask = " 5.6.0 "
42
+ ksp = " 2.2.10-2 .0.2 "
43
43
composeCompiler = " 1.5.9"
44
- hilt = " 2.48 .1"
44
+ hilt = " 2.57 .1"
45
45
kotlin-serialization = " 1.8.0"
46
46
ktlint = " 0.48.1"
47
47
junit4 = " 4.13.2"
48
- androidxEspresso = " 3.5.1 "
49
- androidxTestCore = " 1.5 .0"
50
- androidxTestExtJunit = " 1.1.5 "
51
- androidxTestExtTruth = " 1.5 .0"
52
- androidxTestRules = " 1.5 .0"
53
- androidxTestRunner = " 1.5.2 "
54
- androidxUiAutomator = " 2.2 .0"
55
- camerax = " 1.5.0-beta01 "
48
+ androidxEspresso = " 3.7.0 "
49
+ androidxTestCore = " 1.7 .0"
50
+ androidxTestExtJunit = " 1.3.0 "
51
+ androidxTestExtTruth = " 1.7 .0"
52
+ androidxTestRules = " 1.7 .0"
53
+ androidxTestRunner = " 1.7.0 "
54
+ androidxUiAutomator = " 2.3 .0"
55
+ camerax = " 1.5.0-rc01 "
56
56
material3Android = " 1.3.2"
57
- media3 = " 1.5 .0"
58
- constraintlayout = " 2.1.4 "
59
- glide-compose = " 1.0.0-beta01 "
60
- glance = " 1.1.0 "
61
- tensorflowLite = " 2.9 .0"
57
+ media3 = " 1.8 .0"
58
+ constraintlayout = " 2.2.1 "
59
+ glide-compose = " 1.0.0-beta07 "
60
+ glance = " 1.1.1 "
61
+ tensorflowLite = " 2.17 .0"
62
62
tensorflowLiteGpuDelegatePlugin = " 0.4.4"
63
- tensorflowLiteSupport = " 0.4.2 "
63
+ tensorflowLiteSupport = " 0.5.0 "
64
64
barcodeScanningCommon = " 17.0.0"
65
65
playServicesMlkitBarcodeScanning = " 18.3.1"
66
66
@@ -98,18 +98,18 @@ play-services-location = { module = "com.google.android.gms:play-services-locati
98
98
# Core dependencies
99
99
android-gradlePlugin = { module = " com.android.tools.build:gradle" , version.ref = " agp" }
100
100
101
- androidx-activity = " androidx.activity:activity-ktx:1.10.0 "
101
+ androidx-activity = " androidx.activity:activity-ktx:1.10.1 "
102
102
103
- androidx-core = " androidx.core:core-ktx:1.12 .0"
104
- androidx-exifinterface = " androidx.exifinterface:exifinterface:1.3.7 "
103
+ androidx-core = " androidx.core:core-ktx:1.17 .0"
104
+ androidx-exifinterface = " androidx.exifinterface:exifinterface:1.4.1 "
105
105
# Fragment 1.7.0 alpha and Transition 1.5.0 alpha are required for predictive back to work with Fragments and transitions
106
- androidx-fragment = " androidx.fragment:fragment-ktx:1.7.0-alpha10 "
107
- androidx-transition = " androidx.transition:transition-ktx:1.5.0-alpha06 "
106
+ androidx-fragment = " androidx.fragment:fragment-ktx:1.8.9 "
107
+ androidx-transition = " androidx.transition:transition-ktx:1.6.0 "
108
108
androidx-navigation-fragment = { module = " androidx.navigation:navigation-fragment" , version.ref = " androidx-navigation" }
109
109
androidx-navigation-testing = { module = " androidx.navigation:navigation-testing" , version.ref = " androidx-navigation" }
110
110
androidx-navigation-ui = { module = " androidx.navigation:navigation-ui" , version.ref = " androidx-navigation" }
111
- androidx-lifecycle-viewmodel-compose = " androidx.lifecycle:lifecycle-viewmodel-compose:2.7.0 "
112
- androidx-viewpager2 = " androidx.viewpager2:viewpager2:1.0 .0"
111
+ androidx-lifecycle-viewmodel-compose = " androidx.lifecycle:lifecycle-viewmodel-compose:2.9.3 "
112
+ androidx-viewpager2 = " androidx.viewpager2:viewpager2:1.1 .0"
113
113
accompanist-permissions = { module = " com.google.accompanist:accompanist-permissions" , version.ref = " accompanist" }
114
114
casa-base = { module = " com.google.android.catalog.framework:casa-base" , version.ref = " casa" }
115
115
casa-processor = { module = " com.google.android.catalog.framework:casa-processor" , version.ref = " casa" }
@@ -149,25 +149,25 @@ androidx-test-runner = { group = "androidx.test", name = "runner", version.ref =
149
149
androidx-test-uiautomator = { group = " androidx.test.uiautomator" , name = " uiautomator" , version.ref = " androidxUiAutomator" }
150
150
junit4 = { group = " junit" , name = " junit" , version.ref = " junit4" }
151
151
# Sample specific dependencies
152
- lottie = " com.airbnb.android:lottie:6.0.0 "
152
+ lottie = " com.airbnb.android:lottie:6.6.7 "
153
153
rxjava2-android = ' io.reactivex.rxjava2:rxandroid:2.1.1'
154
- androidx-work-runtime-ktx = " androidx.work:work-runtime-ktx:2.9.0 "
155
- androidx-core-remoteviews = " androidx.core:core-remoteviews:1.0 .0"
154
+ androidx-work-runtime-ktx = " androidx.work:work-runtime-ktx:2.10.3 "
155
+ androidx-core-remoteviews = " androidx.core:core-remoteviews:1.1 .0"
156
156
androidx-glance-appwidget = {group = " androidx.glance" , name = " glance-appwidget" , version.ref = " glance" }
157
157
androidx-glance-preview = {group = " androidx.glance" , name = " glance-preview" , version.ref = " glance" }
158
158
androidx-glance-appwidget-preview = {group = " androidx.glance" , name = " glance-appwidget-preview" , version.ref = " glance" }
159
159
androidx-glance-material3 = {group = " androidx.glance" , name = " glance-material3" , version.ref = " glance" }
160
- androidx-graphics-core = { group = " androidx.graphics" , name = " graphics-core" , version = " 1.0.0-beta01 " }
161
- androidx-startup = ' androidx.startup:startup-runtime:1.1.1 '
160
+ androidx-graphics-core = { group = " androidx.graphics" , name = " graphics-core" , version = " 1.0.3 " }
161
+ androidx-startup = ' androidx.startup:startup-runtime:1.2.0 '
162
162
androidx-window = { module = " androidx.window:window" , version.ref = " androidx-window" }
163
163
androidx-window-java = { module = " androidx.window:window-java" , version.ref = " androidx-window" }
164
164
androidx-window-rxjava2 = { module = " androidx.window:window-rxjava2" , version.ref = " androidx-window" }
165
165
androidx-window-core = { module = " androidx.window:window-core" , version.ref = " androidx-window" }
166
- androidx-media = " androidx.media:media:1.7.0 "
167
- androidx-constraintlayout = " androidx.constraintlayout:constraintlayout:2.1.4 "
166
+ androidx-media = " androidx.media:media:1.7.1 "
167
+ androidx-constraintlayout = " androidx.constraintlayout:constraintlayout:2.2.1 "
168
168
androidx-datastore-preferences = { module = " androidx.datastore:datastore-preferences" , version.ref = " androidx-datastore" }
169
169
androidx-draganddrop = " androidx.draganddrop:draganddrop:1.0.0"
170
- androidx-dynamicanimation = " androidx.dynamicanimation:dynamicanimation-ktx:1.0.0-alpha03 "
170
+ androidx-dynamicanimation = " androidx.dynamicanimation:dynamicanimation-ktx:1.1.0 "
171
171
androidx-material3-android = { group = " androidx.compose.material3" , name = " material3-android" , version.ref = " material3Android" }
172
172
androidx-media3-common = { module = " androidx.media3:media3-common" , version.ref = " media3" }
173
173
androidx-media3-effect = { module = " androidx.media3:media3-effect" , version.ref = " media3" }
@@ -185,9 +185,9 @@ androidx-camerax-view = { module = "androidx.camera:camera-view", version.ref =
185
185
androidx-camerax-mlkit-vision = { module = " androidx.camera:camera-mlkit-vision" , version.ref = " camerax" }
186
186
androidx-camerax-extensions = { module = " androidx.camera:camera-extensions" , version.ref = " camerax" }
187
187
188
- fresco = " com.facebook.fresco:fresco:3.0 .0"
188
+ fresco = " com.facebook.fresco:fresco:3.6 .0"
189
189
fresco-nativeimagetranscoder = " com.facebook.fresco:nativeimagetranscoder:2.6.0!!"
190
- glide = " com.github.bumptech.glide:glide:4.15.1 "
190
+ glide = " com.github.bumptech.glide:glide:5.0.4 "
191
191
glide-compose = { group = " com.github.bumptech.glide" , name = " compose" , version.ref = " glide-compose" }
192
192
appcompat = { group = " androidx.appcompat" , name = " appcompat" , version.ref = " appcompat" }
193
193
constraintlayout = { group = " androidx.constraintlayout" , name = " constraintlayout" , version.ref = " constraintlayout" }
@@ -206,9 +206,9 @@ kotlin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "ko
206
206
android-library = { id = " com.android.library" , version.ref = " agp" }
207
207
compose = { id = " org.jetbrains.kotlin.plugin.compose" , version.ref = " kotlin" }
208
208
209
- affectedmoduledetector = { id = " com.dropbox.affectedmoduledetector" , version = " 0.2.0 " }
210
- versionCatalogUpdate = { id = " nl.littlerobots.version-catalog-update" , version = " 0.7 .0" }
211
- benManesVersions = { id = " com.github.ben-manes.versions" , version = " 0.44 .0" }
209
+ affectedmoduledetector = { id = " com.dropbox.affectedmoduledetector" , version = " 0.6.2 " }
210
+ versionCatalogUpdate = { id = " nl.littlerobots.version-catalog-update" , version = " 1.0 .0" }
211
+ benManesVersions = { id = " com.github.ben-manes.versions" , version = " 0.52 .0" }
212
212
android-test = { id = " com.android.test" , version.ref = " agp" }
213
213
hilt = { id = " com.google.dagger.hilt.android" , version.ref = " hilt" }
214
214
kotlin-jvm = { id = " org.jetbrains.kotlin.jvm" , version.ref = " kotlin" }
0 commit comments