-
Notifications
You must be signed in to change notification settings - Fork 5.2k
🤖 Update Dependencies #1604
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 #1604
Changes from all commits
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 |
---|---|---|
|
@@ -4,56 +4,56 @@ | |
##### | ||
[versions] | ||
accompanist = "0.37.3" | ||
android-material3 = "1.14.0-alpha02" | ||
androidGradlePlugin = "8.10.1" | ||
android-material3 = "1.14.0-alpha03" | ||
androidGradlePlugin = "8.12.0" | ||
androidx-activity-compose = "1.10.1" | ||
androidx-appcompat = "1.7.1" | ||
androidx-compose-bom = "2025.06.01" | ||
androidx-compose-bom = "2025.08.00" | ||
androidx-constraintlayout = "1.1.1" | ||
androidx-core-splashscreen = "1.0.1" | ||
androidx-corektx = "1.16.0" | ||
androidx-corektx = "1.17.0" | ||
androidx-glance = "1.1.1" | ||
androidx-lifecycle = "2.8.2" | ||
androidx-lifecycle-compose = "2.9.1" | ||
androidx-lifecycle-runtime-compose = "2.9.1" | ||
androidx-navigation = "2.9.0" | ||
androidx-lifecycle-compose = "2.9.2" | ||
androidx-lifecycle-runtime-compose = "2.9.2" | ||
androidx-navigation = "2.9.3" | ||
androidx-palette = "1.0.0" | ||
androidx-test = "1.6.1" | ||
androidx-test-espresso = "3.6.1" | ||
androidx-test-ext-junit = "1.2.1" | ||
androidx-test-ext-truth = "1.6.0" | ||
androidx-test = "1.7.0" | ||
androidx-test-espresso = "3.7.0" | ||
androidx-test-ext-junit = "1.3.0" | ||
androidx-test-ext-truth = "1.7.0" | ||
androidx-tv-foundation = "1.0.0-alpha12" | ||
androidx-tv-material = "1.0.0" | ||
androidx-tv-material = "1.0.1" | ||
androidx-wear-compose = "1.4.1" | ||
androidx-window = "1.4.0" | ||
androidxHiltNavigationCompose = "1.2.0" | ||
androix-test-uiautomator = "2.3.0" | ||
coil = "2.7.0" | ||
# @keep | ||
compileSdk = "35" | ||
compileSdk = "36" | ||
coroutines = "1.10.2" | ||
google-maps = "19.2.0" | ||
gradle-versions = "0.52.0" | ||
hilt = "2.56.2" | ||
hilt = "2.57" | ||
hiltExt = "1.2.0" | ||
horologist = "0.6.23" | ||
horologist = "0.7.15" | ||
jdkDesugar = "2.1.5" | ||
junit = "4.13.2" | ||
kotlin = "2.1.21" | ||
kotlinx-serialization-json = "1.8.1" | ||
kotlin = "2.2.10" | ||
kotlinx-serialization-json = "1.9.0" | ||
kotlinx_immutable = "0.4.0" | ||
ksp = "2.1.21-2.0.2" | ||
maps-compose = "6.6.0" | ||
ksp = "2.2.10-2.0.2" | ||
maps-compose = "6.7.1" | ||
# @keep | ||
minSdk = "21" | ||
okhttp = "4.12.0" | ||
okhttp = "5.1.0" | ||
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 major version upgrade of OkHttp from 4.x to 5.x introduces significant breaking changes, as OkHttp 5 is a rewrite in Kotlin with a different API. The application code must be updated to be compatible with this new version to prevent build failures or runtime errors. Please consult the official OkHttp migration guide and apply the necessary code modifications. |
||
play-services-wearable = "19.0.0" | ||
robolectric = "4.14.1" | ||
roborazzi = "1.45.1" | ||
robolectric = "4.15.1" | ||
roborazzi = "1.48.0" | ||
rome = "2.1.0" | ||
room = "2.7.1" | ||
room = "2.7.2" | ||
secrets = "2.0.1" | ||
spotless = "7.0.4" | ||
spotless = "7.2.1" | ||
# @keep | ||
targetSdk = "33" | ||
version-catalog-update = "1.0.0" | ||
|
@@ -115,7 +115,7 @@ androidx-test-espresso-core = { module = "androidx.test.espresso:espresso-core", | |
androidx-test-ext-junit = { module = "androidx.test.ext:junit", version.ref = "androidx-test-ext-junit" } | ||
androidx-test-ext-truth = { module = "androidx.test.ext:truth", version.ref = "androidx-test-ext-truth" } | ||
androidx-test-rules = { module = "androidx.test:rules", version.ref = "androidx-test" } | ||
androidx-test-runner = "androidx.test:runner:1.6.2" | ||
androidx-test-runner = { module = "androidx.test:runner", version.ref = "androidx-test" } | ||
androidx-test-uiautomator = { module = "androidx.test.uiautomator:uiautomator", version.ref = "androix-test-uiautomator" } | ||
androidx-tv-foundation = { module = "androidx.tv:tv-foundation", version.ref = "androidx-tv-foundation" } | ||
androidx-tv-material = { module = "androidx.tv:tv-material", version.ref = "androidx-tv-material" } | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,56 +4,56 @@ | |
##### | ||
[versions] | ||
accompanist = "0.37.3" | ||
android-material3 = "1.14.0-alpha02" | ||
androidGradlePlugin = "8.10.1" | ||
android-material3 = "1.14.0-alpha03" | ||
androidGradlePlugin = "8.12.0" | ||
androidx-activity-compose = "1.10.1" | ||
androidx-appcompat = "1.7.1" | ||
androidx-compose-bom = "2025.06.01" | ||
androidx-compose-bom = "2025.08.00" | ||
androidx-constraintlayout = "1.1.1" | ||
androidx-core-splashscreen = "1.0.1" | ||
androidx-corektx = "1.16.0" | ||
androidx-corektx = "1.17.0" | ||
androidx-glance = "1.1.1" | ||
androidx-lifecycle = "2.8.2" | ||
androidx-lifecycle-compose = "2.9.1" | ||
androidx-lifecycle-runtime-compose = "2.9.1" | ||
androidx-navigation = "2.9.0" | ||
androidx-lifecycle-compose = "2.9.2" | ||
androidx-lifecycle-runtime-compose = "2.9.2" | ||
androidx-navigation = "2.9.3" | ||
androidx-palette = "1.0.0" | ||
androidx-test = "1.6.1" | ||
androidx-test-espresso = "3.6.1" | ||
androidx-test-ext-junit = "1.2.1" | ||
androidx-test-ext-truth = "1.6.0" | ||
androidx-test = "1.7.0" | ||
androidx-test-espresso = "3.7.0" | ||
androidx-test-ext-junit = "1.3.0" | ||
androidx-test-ext-truth = "1.7.0" | ||
androidx-tv-foundation = "1.0.0-alpha12" | ||
androidx-tv-material = "1.0.0" | ||
androidx-tv-material = "1.0.1" | ||
androidx-wear-compose = "1.4.1" | ||
androidx-window = "1.4.0" | ||
androidxHiltNavigationCompose = "1.2.0" | ||
androix-test-uiautomator = "2.3.0" | ||
coil = "2.7.0" | ||
# @keep | ||
compileSdk = "35" | ||
compileSdk = "36" | ||
coroutines = "1.10.2" | ||
google-maps = "19.2.0" | ||
gradle-versions = "0.52.0" | ||
hilt = "2.56.2" | ||
hilt = "2.57" | ||
hiltExt = "1.2.0" | ||
horologist = "0.6.23" | ||
horologist = "0.7.15" | ||
jdkDesugar = "2.1.5" | ||
junit = "4.13.2" | ||
kotlin = "2.1.21" | ||
kotlinx-serialization-json = "1.8.1" | ||
kotlin = "2.2.10" | ||
kotlinx-serialization-json = "1.9.0" | ||
kotlinx_immutable = "0.4.0" | ||
ksp = "2.1.21-2.0.2" | ||
maps-compose = "6.6.0" | ||
ksp = "2.2.10-2.0.2" | ||
maps-compose = "6.7.1" | ||
# @keep | ||
minSdk = "21" | ||
okhttp = "4.12.0" | ||
okhttp = "5.1.0" | ||
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 major version upgrade of OkHttp from 4.x to 5.x introduces significant breaking changes, as OkHttp 5 is a rewrite in Kotlin with a different API. The application code must be updated to be compatible with this new version to prevent build failures or runtime errors. Please consult the official OkHttp migration guide and apply the necessary code modifications. |
||
play-services-wearable = "19.0.0" | ||
robolectric = "4.14.1" | ||
roborazzi = "1.45.1" | ||
robolectric = "4.15.1" | ||
roborazzi = "1.48.0" | ||
rome = "2.1.0" | ||
room = "2.7.1" | ||
room = "2.7.2" | ||
secrets = "2.0.1" | ||
spotless = "7.0.4" | ||
spotless = "7.2.1" | ||
# @keep | ||
targetSdk = "33" | ||
version-catalog-update = "1.0.0" | ||
|
@@ -115,7 +115,7 @@ androidx-test-espresso-core = { module = "androidx.test.espresso:espresso-core", | |
androidx-test-ext-junit = { module = "androidx.test.ext:junit", version.ref = "androidx-test-ext-junit" } | ||
androidx-test-ext-truth = { module = "androidx.test.ext:truth", version.ref = "androidx-test-ext-truth" } | ||
androidx-test-rules = { module = "androidx.test:rules", version.ref = "androidx-test" } | ||
androidx-test-runner = "androidx.test:runner:1.6.2" | ||
androidx-test-runner = { module = "androidx.test:runner", version.ref = "androidx-test" } | ||
androidx-test-uiautomator = { module = "androidx.test.uiautomator:uiautomator", version.ref = "androix-test-uiautomator" } | ||
androidx-tv-foundation = { module = "androidx.tv:tv-foundation", version.ref = "androidx-tv-foundation" } | ||
androidx-tv-material = { module = "androidx.tv:tv-material", version.ref = "androidx-tv-material" } | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,57 +4,57 @@ | |
##### | ||
[versions] | ||
accompanist = "0.37.3" | ||
android-material3 = "1.14.0-alpha02" | ||
androidGradlePlugin = "8.10.1" | ||
android-material3 = "1.14.0-alpha03" | ||
androidGradlePlugin = "8.12.0" | ||
androidx-activity-compose = "1.10.1" | ||
androidx-appcompat = "1.7.1" | ||
androidx-compose-bom = "2025.06.01" | ||
androidx-compose-bom = "2025.08.00" | ||
androidx-constraintlayout = "1.1.1" | ||
androidx-core-splashscreen = "1.0.1" | ||
androidx-corektx = "1.16.0" | ||
androidx-corektx = "1.17.0" | ||
androidx-glance = "1.2.0-alpha01" | ||
androidx-lifecycle = "2.8.2" | ||
androidx-lifecycle-compose = "2.9.1" | ||
androidx-lifecycle-runtime-compose = "2.9.1" | ||
androidx-navigation = "2.9.0" | ||
androidx-lifecycle-compose = "2.9.2" | ||
androidx-lifecycle-runtime-compose = "2.9.2" | ||
androidx-navigation = "2.9.3" | ||
androidx-palette = "1.0.0" | ||
androidx-test = "1.6.1" | ||
androidx-test-espresso = "3.6.1" | ||
androidx-test-ext-junit = "1.2.1" | ||
androidx-test-ext-truth = "1.6.0" | ||
androidx-test = "1.7.0" | ||
androidx-test-espresso = "3.7.0" | ||
androidx-test-ext-junit = "1.3.0" | ||
androidx-test-ext-truth = "1.7.0" | ||
androidx-tv-foundation = "1.0.0-alpha12" | ||
androidx-tv-material = "1.0.0" | ||
androidx-tv-material = "1.0.1" | ||
androidx-wear-compose = "1.4.1" | ||
androidx-window = "1.4.0" | ||
androidxHiltNavigationCompose = "1.2.0" | ||
androix-test-uiautomator = "2.3.0" | ||
coil = "2.7.0" | ||
# @keep | ||
compileSdk = "35" | ||
compileSdk = "36" | ||
coroutines = "1.10.2" | ||
glancePreview = "1.1.1" | ||
google-maps = "19.2.0" | ||
gradle-versions = "0.52.0" | ||
hilt = "2.56.2" | ||
hilt = "2.57" | ||
hiltExt = "1.2.0" | ||
horologist = "0.6.23" | ||
horologist = "0.7.15" | ||
jdkDesugar = "2.1.5" | ||
junit = "4.13.2" | ||
kotlin = "2.1.21" | ||
kotlinx-serialization-json = "1.8.1" | ||
kotlin = "2.2.10" | ||
kotlinx-serialization-json = "1.9.0" | ||
kotlinx_immutable = "0.4.0" | ||
ksp = "2.1.21-2.0.2" | ||
maps-compose = "6.6.0" | ||
ksp = "2.2.10-2.0.2" | ||
maps-compose = "6.7.1" | ||
# @keep | ||
minSdk = "21" | ||
okhttp = "4.12.0" | ||
okhttp = "5.1.0" | ||
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 major version upgrade of OkHttp from 4.x to 5.x introduces significant breaking changes, as OkHttp 5 is a rewrite in Kotlin with a different API. The application code must be updated to be compatible with this new version to prevent build failures or runtime errors. Please consult the official OkHttp migration guide and apply the necessary code modifications. |
||
play-services-wearable = "19.0.0" | ||
robolectric = "4.14.1" | ||
roborazzi = "1.45.1" | ||
robolectric = "4.15.1" | ||
roborazzi = "1.48.0" | ||
rome = "2.1.0" | ||
room = "2.7.1" | ||
room = "2.7.2" | ||
secrets = "2.0.1" | ||
spotless = "7.0.4" | ||
spotless = "7.2.1" | ||
# @keep | ||
targetSdk = "33" | ||
version-catalog-update = "1.0.0" | ||
|
@@ -117,7 +117,7 @@ androidx-test-espresso-core = { module = "androidx.test.espresso:espresso-core", | |
androidx-test-ext-junit = { module = "androidx.test.ext:junit", version.ref = "androidx-test-ext-junit" } | ||
androidx-test-ext-truth = { module = "androidx.test.ext:truth", version.ref = "androidx-test-ext-truth" } | ||
androidx-test-rules = { module = "androidx.test:rules", version.ref = "androidx-test" } | ||
androidx-test-runner = "androidx.test:runner:1.6.2" | ||
androidx-test-runner = { module = "androidx.test:runner", version.ref = "androidx-test" } | ||
androidx-test-uiautomator = { module = "androidx.test.uiautomator:uiautomator", version.ref = "androix-test-uiautomator" } | ||
androidx-tv-foundation = { module = "androidx.tv:tv-foundation", version.ref = "androidx-tv-foundation" } | ||
androidx-tv-material = { module = "androidx.tv:tv-material", version.ref = "androidx-tv-material" } | ||
|
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 major version upgrade of OkHttp from 4.x to 5.x introduces significant breaking changes, as OkHttp 5 is a rewrite in Kotlin with a different API. The application code must be updated to be compatible with this new version to prevent build failures or runtime errors. Please consult the official OkHttp migration guide and apply the necessary code modifications.