-
Notifications
You must be signed in to change notification settings - Fork 5.4k
🤖 Update Dependencies #1640
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
🤖 Update Dependencies #1640
Changes from all commits
c15202c
6201d50
39f84ad
7af194a
7992706
f1b1eda
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 |
|---|---|---|
| @@ -1,10 +1,10 @@ | ||
| [versions] | ||
| accompanist = "0.37.3" | ||
| android-material3 = "1.14.0-alpha07" | ||
| androidGradlePlugin = "8.13.1" | ||
| androidx-activity-compose = "1.12.1" | ||
| android-material3 = "1.14.0-alpha08" | ||
| androidGradlePlugin = "8.13.2" | ||
| androidx-activity-compose = "1.12.2" | ||
| androidx-appcompat = "1.7.1" | ||
| androidx-compose-bom = "2025.12.00" | ||
| androidx-compose-bom = "2026.01.00" | ||
| androidx-constraintlayout = "1.1.1" | ||
| androidx-core-splashscreen = "1.2.0" | ||
| androidx-corektx = "1.17.0" | ||
|
|
@@ -28,24 +28,24 @@ coil = "2.7.0" | |
| # @keep | ||
| compileSdk = "36" | ||
| coroutines = "1.10.2" | ||
| google-maps = "19.2.0" | ||
| google-maps = "20.0.0" | ||
| gradle-versions = "0.53.0" | ||
| hilt = "2.57.2" | ||
| hiltExt = "1.3.0" | ||
| horologist = "0.7.15" | ||
| jdkDesugar = "2.1.5" | ||
| junit = "4.13.2" | ||
| kotlin = "2.2.21" | ||
| kotlin = "2.3.0" | ||
|
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. |
||
| kotlinx-serialization-json = "1.9.0" | ||
| kotlinx_immutable = "0.4.0" | ||
| ksp = "2.3.3" | ||
| maps-compose = "6.12.2" | ||
| ksp = "2.3.4" | ||
| maps-compose = "7.0.0" | ||
|
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. This is a major version update for |
||
| # @keep | ||
| minSdk = "23" | ||
| okhttp = "5.3.2" | ||
| play-services-wearable = "19.0.0" | ||
| robolectric = "4.16" | ||
| roborazzi = "1.52.0" | ||
| roborazzi = "1.56.0" | ||
| rome = "2.1.0" | ||
| room = "2.8.4" | ||
| secrets = "2.0.1" | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,11 +4,11 @@ | |
| ##### | ||
| [versions] | ||
| accompanist = "0.37.3" | ||
| android-material3 = "1.14.0-alpha07" | ||
| androidGradlePlugin = "8.13.1" | ||
| androidx-activity-compose = "1.12.1" | ||
| android-material3 = "1.14.0-alpha08" | ||
| androidGradlePlugin = "8.13.2" | ||
| androidx-activity-compose = "1.12.2" | ||
| androidx-appcompat = "1.7.1" | ||
| androidx-compose-bom = "2025.12.00" | ||
| androidx-compose-bom = "2026.01.00" | ||
| androidx-constraintlayout = "1.1.1" | ||
| androidx-core-splashscreen = "1.2.0" | ||
| androidx-corektx = "1.17.0" | ||
|
|
@@ -32,24 +32,24 @@ coil = "2.7.0" | |
| # @keep | ||
| compileSdk = "36" | ||
| coroutines = "1.10.2" | ||
| google-maps = "19.2.0" | ||
| google-maps = "20.0.0" | ||
|
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. This is a major version update for |
||
| gradle-versions = "0.53.0" | ||
| hilt = "2.57.2" | ||
| hiltExt = "1.3.0" | ||
| horologist = "0.7.15" | ||
| jdkDesugar = "2.1.5" | ||
| junit = "4.13.2" | ||
| kotlin = "2.2.21" | ||
| kotlin = "2.3.0" | ||
|
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. |
||
| kotlinx-serialization-json = "1.9.0" | ||
| kotlinx_immutable = "0.4.0" | ||
| ksp = "2.3.3" | ||
| maps-compose = "6.12.2" | ||
| ksp = "2.3.4" | ||
| maps-compose = "7.0.0" | ||
|
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. This is a major version update for |
||
| # @keep | ||
| minSdk = "23" | ||
| okhttp = "5.3.2" | ||
| play-services-wearable = "19.0.0" | ||
| robolectric = "4.16" | ||
| roborazzi = "1.52.0" | ||
| roborazzi = "1.56.0" | ||
| rome = "2.1.0" | ||
| room = "2.8.4" | ||
| secrets = "2.0.1" | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a major version update for
google-maps(from19.2.0to20.0.0). Major updates can introduce breaking changes. It's crucial to verify that the application still works as expected and to check the library's release notes for any necessary code migrations, especially since no related code changes are included in this PR.