-
Notifications
You must be signed in to change notification settings - Fork 362
Update dependencies #887
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Update dependencies #887
Changes from 21 commits
d3a1842
ac040bd
23b9f55
8ccb60d
5e9d3e2
81d6e3d
40047b1
7ee96ae
2dabcd6
481e178
74580e8
4a42fd6
cf3d951
bf8a8d0
b37565f
8e62d0e
7358a09
9774b63
6f38f0f
960a063
1fee432
3895a97
2b016ff
076c5ab
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,7 +8,7 @@ androidx-appcompat = "1.7.1" | |
| androidx-appfunctions = "1.0.0-alpha08" | ||
| androidx-cameraX = "1.6.0" | ||
| androidx-car = "1.7.0" | ||
| androidx-compose-bom = "2026.03.00" | ||
| androidx-compose-bom = "2026.04.01" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| androidx-compose-ui-test = "1.7.0-alpha08" | ||
| androidx-compose-ui-test-junit4-accessibility = "1.11.0-beta01" | ||
| androidx-constraintlayout = "2.2.1" | ||
|
|
@@ -24,7 +24,7 @@ androidx-glance-appwidget = "1.1.1" | |
| androidx-lifecycle-compose = "2.10.0" | ||
| androidx-lifecycle-runtime-compose = "2.10.0" | ||
| androidx-lifecycle-viewmodel-navigation3 = "2.10.0-beta01" | ||
| androidx-navigation = "2.9.7" | ||
| androidx-navigation = "2.9.8" | ||
| androidx-navigation3 = "1.1.0" | ||
| androidx-paging = "3.4.2" | ||
| androidx-startup-runtime = "1.2.0" | ||
|
|
@@ -35,7 +35,7 @@ androidx-test-junit = "1.3.0" | |
| androidx-window = "1.5.1" | ||
| androidx-window-core = "1.5.1" | ||
| androidx-window-java = "1.5.1" | ||
| androidx-work-runtime = "2.11.1" | ||
| androidx-work-runtime = "2.11.2" | ||
| androidx-xr-arcore = "1.0.0-alpha12" | ||
| androidx-xr-arcore-play-services = "1.0.0-alpha12" | ||
| androidx-xr-compose = "1.0.0-alpha12" | ||
|
|
@@ -57,64 +57,64 @@ datastoreCore = "1.2.1" | |
| datastorePreferencesRxjava2 = "1.2.1" | ||
| datastorePreferencesRxjava3 = "1.2.1" | ||
| firebase-bom = "34.10.0" | ||
| glide = "1.0.0-beta08" | ||
| glide = "1.0.0-beta09" | ||
| google-ar-core = "1.53.0" | ||
| google-maps = "20.0.0" | ||
| gradle-versions = "0.53.0" | ||
| guava = "33.5.0-jre" | ||
| guava-android = "33.5.0-jre" | ||
| gradle-versions = "0.54.0" | ||
| guava = "33.6.0-jre" | ||
| guava-android = "33.6.0-jre" | ||
| health-connect = "1.1.0-alpha11" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think health-connect accidentally got deleted, which is causing the spotless check + build to fail, can you add it back? :) |
||
| hilt = "2.59.2" | ||
| horologist = "0.8.3-alpha" | ||
| junit = "4.13.2" | ||
| kotlin = "2.3.10" | ||
| kotlin = "2.3.21" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| kotlinCoroutinesOkhttp = "1.0" | ||
| kotlinxCoroutinesGuava = "1.10.2" | ||
| kotlinxSerialization = "1.10.0" | ||
| ksp = "2.3.6" | ||
| kotlinxSerialization = "1.11.0" | ||
| ksp = "2.3.7" | ||
| ktlint = "1.5.0" | ||
| lifecycleService = "2.10.0" | ||
| maps-compose = "8.2.1" | ||
| material = "1.14.0-alpha10" | ||
| material = "1.14.0-beta01" | ||
| material3-adaptive = "1.2.0" | ||
| material3-adaptive-navigation-suite = "1.4.0" | ||
| material3-adaptive-navigation3 = "1.3.0-alpha09" | ||
| media3 = "1.9.2" | ||
| media3Ui = "1.9.2" | ||
| media3 = "1.10.0" | ||
| media3Ui = "1.10.0" | ||
| mockitoKotlin = "5.3.1" | ||
| # @keep | ||
| minSdk = "36" | ||
| okHttp = "5.3.2" | ||
| playServicesWearable = "19.0.0" | ||
| playbilling = "8.3.0" | ||
| protobuf = "4.34.0" | ||
| protoc = "0.9.6" | ||
| protolayout = "1.3.0" | ||
| protobuf = "4.34.1" | ||
| protoc = "0.10.0" | ||
| protolayout = "1.4.0" | ||
| reactive-streams = "1.0.4" | ||
| recyclerview = "1.4.0" | ||
| registryDigitalCredentials = "1.0.0-alpha04" | ||
| robolectric = "4.16.1" | ||
| roborazzi = "1.59.0" | ||
| spotless = "8.3.0" | ||
| spotless = "8.4.0" | ||
| targetSdk = "37" | ||
| tiles = "1.5.0" | ||
| tiles = "1.6.0" | ||
| tracing = "1.3.0" | ||
| truth = "1.4.4" | ||
| truth = "1.4.5" | ||
| tvComposeMaterial3 = "1.1.0-beta01" | ||
| validatorPush = "1.0.0-alpha09" | ||
| version-catalog-update = "1.1.0" | ||
| watchfaceComplicationsDataSourceKtx = "1.3.0" | ||
| wear = "1.4.0" | ||
| wearComposeFoundation = "1.6.0-rc01" | ||
| wearComposeMaterial = "1.6.0-rc01" | ||
| wearComposeMaterial3 = "1.6.0-rc01" | ||
| wearComposeFoundation = "1.6.1" | ||
| wearComposeMaterial = "1.6.1" | ||
| wearComposeMaterial3 = "1.6.1" | ||
| wearInput = "1.2.0" | ||
| wearOngoing = "1.1.0" | ||
| wearPhoneInteractions = "1.1.0" | ||
| wearRemoteInteractions = "1.2.0" | ||
| wearToolingPreview = "1.0.0" | ||
| webkit = "1.15.0" | ||
| wfp = "1.0.0-rc01" | ||
| wfp = "1.0.0" | ||
| androidx-core-telecom = "1.1.0-alpha04" | ||
|
|
||
| [libraries] | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.