Skip to content

Commit 3129112

Browse files
Update all dependencies
1 parent 8ab5ab3 commit 3129112

6 files changed

Lines changed: 33 additions & 33 deletions

File tree

datastore/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ dependencies {
106106
// [START android_datastore_proto_task]
107107
protobuf {
108108
protoc {
109-
artifact = "com.google.protobuf:protoc:4.34.0"
109+
artifact = "com.google.protobuf:protoc:4.34.1"
110110
}
111111
generateProtoTasks {
112112
all().forEach { task ->

gradle/libs.versions.toml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ androidGradlePlugin = "9.1.0"
66
androidx-activity-compose = "1.13.0"
77
androidx-appcompat = "1.7.1"
88
androidx-appfunctions = "1.0.0-alpha08"
9-
androidx-cameraX = "1.5.3"
10-
androidx-compose-bom = "2026.03.00"
9+
androidx-cameraX = "1.6.0"
10+
androidx-compose-bom = "2026.03.01"
1111
androidx-compose-ui-test = "1.7.0-alpha08"
12-
androidx-compose-ui-test-junit4-accessibility = "1.11.0-beta01"
12+
androidx-compose-ui-test-junit4-accessibility = "1.11.0-beta02"
1313
androidx-constraintlayout = "2.2.1"
1414
androidx-constraintlayout-compose = "1.1.1"
1515
androidx-coordinator-layout = "1.3.0"
@@ -22,7 +22,7 @@ androidx-glance-appwidget = "1.1.1"
2222
androidx-lifecycle-compose = "2.10.0"
2323
androidx-lifecycle-runtime-compose = "2.10.0"
2424
androidx-navigation = "2.9.7"
25-
androidx-navigation3 = "1.1.0-beta01"
25+
androidx-navigation3 = "1.1.0-rc01"
2626
androidx-paging = "3.4.2"
2727
androidx-startup-runtime = "1.2.0"
2828
androidx-test = "1.7.0"
@@ -31,7 +31,7 @@ androidx-test-junit = "1.3.0"
3131
androidx-window = "1.5.1"
3232
androidx-window-core = "1.5.1"
3333
androidx-window-java = "1.5.1"
34-
androidx-work-runtime = "2.11.1"
34+
androidx-work-runtime = "2.11.2"
3535
androidx-xr-arcore = "1.0.0-alpha12"
3636
androidx-xr-arcore-play-services = "1.0.0-alpha12"
3737
androidx-xr-compose = "1.0.0-alpha12"
@@ -43,15 +43,15 @@ appcompat = "1.7.1"
4343
coil = "2.7.0"
4444
# @keep
4545
compileSdk = "36"
46-
compose-latest = "1.10.5"
47-
composeUiTooling = "1.5.6"
46+
compose-latest = "1.10.6"
47+
composeUiTooling = "1.6.0"
4848
coreSplashscreen = "1.2.0"
4949
coroutines = "1.10.2"
5050
dataStore = "1.2.1"
5151
datastoreCore = "1.2.1"
5252
datastorePreferencesRxjava2 = "1.2.1"
5353
datastorePreferencesRxjava3 = "1.2.1"
54-
firebase-bom = "34.10.0"
54+
firebase-bom = "34.11.0"
5555
glide = "1.0.0-beta08"
5656
google-ar-core = "1.53.0"
5757
google-maps = "20.0.0"
@@ -61,51 +61,51 @@ guava-android = "33.5.0-jre"
6161
hilt = "2.59.2"
6262
horologist = "0.8.3-alpha"
6363
junit = "4.13.2"
64-
kotlin = "2.3.10"
64+
kotlin = "2.3.20"
6565
kotlinCoroutinesOkhttp = "1.0"
6666
kotlinxCoroutinesGuava = "1.10.2"
6767
kotlinxSerializationJson = "1.10.0"
6868
ksp = "2.3.6"
6969
ktlint = "1.5.0"
7070
lifecycleService = "2.10.0"
71-
maps-compose = "8.2.1"
71+
maps-compose = "8.2.2"
7272
material = "1.14.0-alpha10"
7373
material3-adaptive = "1.2.0"
7474
material3-adaptive-navigation-suite = "1.4.0"
75-
media3 = "1.9.2"
76-
media3Ui = "1.9.2"
75+
media3 = "1.10.0"
76+
media3Ui = "1.10.0"
7777
# @keep
7878
minSdk = "36"
7979
okHttp = "5.3.2"
8080
playServicesWearable = "19.0.0"
8181
playbilling = "8.3.0"
82-
protobuf = "4.34.0"
82+
protobuf = "4.34.1"
8383
protoc = "0.9.6"
84-
protolayout = "1.3.0"
84+
protolayout = "1.4.0"
8585
reactive-streams = "1.0.4"
8686
recyclerview = "1.4.0"
8787
registryDigitalCredentials = "1.0.0-alpha04"
8888
robolectric = "4.16.1"
8989
roborazzi = "1.59.0"
90-
spotless = "8.3.0"
90+
spotless = "8.4.0"
9191
targetSdk = "36"
92-
tiles = "1.5.0"
92+
tiles = "1.6.0"
9393
tracing = "1.3.0"
9494
tvComposeMaterial3 = "1.1.0-beta01"
9595
validatorPush = "1.0.0-alpha09"
9696
version-catalog-update = "1.1.0"
9797
watchfaceComplicationsDataSourceKtx = "1.3.0"
9898
wear = "1.4.0"
99-
wearComposeFoundation = "1.6.0-rc01"
100-
wearComposeMaterial = "1.6.0-rc01"
101-
wearComposeMaterial3 = "1.6.0-rc01"
99+
wearComposeFoundation = "1.6.0"
100+
wearComposeMaterial = "1.6.0"
101+
wearComposeMaterial3 = "1.6.0"
102102
wearInput = "1.2.0"
103103
wearOngoing = "1.1.0"
104104
wearPhoneInteractions = "1.1.0"
105105
wearRemoteInteractions = "1.2.0"
106106
wearToolingPreview = "1.0.0"
107107
webkit = "1.15.0"
108-
wfp = "1.0.0-rc01"
108+
wfp = "1.0.0-rc02"
109109

110110
[libraries]
111111
accompanist-adaptive = "com.google.accompanist:accompanist-adaptive:0.37.3"

gradle/wrapper/gradle-wrapper.jar

5.38 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 8 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)