Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 24 additions & 24 deletions JetLagged/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
[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"
Expand All @@ -30,26 +30,26 @@ compileSdk = "35"
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"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

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"
Expand Down Expand Up @@ -111,7 +111,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" }
Expand Down
48 changes: 24 additions & 24 deletions JetNews/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,26 @@
#####
[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"
Expand All @@ -34,26 +34,26 @@ compileSdk = "35"
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"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

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"
Expand Down Expand Up @@ -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" }
Expand Down
48 changes: 24 additions & 24 deletions Jetchat/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,26 @@
#####
[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"
Expand All @@ -34,26 +34,26 @@ compileSdk = "35"
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"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

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"
Expand Down Expand Up @@ -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" }
Expand Down
48 changes: 24 additions & 24 deletions Jetsnack/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,26 @@
#####
[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"
Expand All @@ -35,26 +35,26 @@ 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"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

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"
Expand Down Expand Up @@ -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" }
Expand Down
Loading
Loading