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
24 changes: 12 additions & 12 deletions JetLagged/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[versions]
accompanist = "0.37.3"
android-material3 = "1.14.0-alpha08"
androidGradlePlugin = "8.13.2"
androidx-activity-compose = "1.12.2"
android-material3 = "1.14.0-alpha09"
androidGradlePlugin = "9.0.0"
androidx-activity-compose = "1.12.3"
androidx-appcompat = "1.7.1"
androidx-compose-bom = "2026.01.00"
androidx-compose-bom = "2026.01.01"
androidx-constraintlayout = "1.1.1"
androidx-core-splashscreen = "1.2.0"
androidx-corektx = "1.17.0"
androidx-glance = "1.1.1"
androidx-lifecycle = "2.8.2"
androidx-lifecycle-compose = "2.10.0"
androidx-lifecycle-runtime-compose = "2.10.0"
androidx-navigation = "2.9.6"
androidx-navigation = "2.9.7"
androidx-palette = "1.0.0"
androidx-test = "1.7.0"
androidx-test-espresso = "3.7.0"
Expand All @@ -30,26 +30,26 @@ compileSdk = "36"
coroutines = "1.10.2"
google-maps = "20.0.0"
gradle-versions = "0.53.0"
hilt = "2.57.2"
hilt = "2.59"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

high

The Hilt dependency has been updated from 2.57.2 to 2.59. This is a significant version jump that might introduce breaking changes or require migration steps. Please ensure that the application remains compatible with this new version and that all necessary adjustments have been made according to Hilt's release notes.

hiltExt = "1.3.0"
horologist = "0.7.15"
jdkDesugar = "2.1.5"
junit = "4.13.2"
kotlin = "2.3.0"
kotlinx-serialization-json = "1.9.0"
kotlinx-serialization-json = "1.10.0"
kotlinx_immutable = "0.4.0"
ksp = "2.3.4"
maps-compose = "7.0.0"
ksp = "2.3.5"
maps-compose = "8.0.0"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

high

The maps-compose dependency has been updated from 7.0.0 to 8.0.0. This is a major version upgrade. It's crucial to review the release notes for version 8.0.0 to identify any breaking changes or required migration steps to ensure continued functionality.

# @keep
minSdk = "23"
okhttp = "5.3.2"
play-services-wearable = "19.0.0"
robolectric = "4.16"
roborazzi = "1.56.0"
robolectric = "4.16.1"
roborazzi = "1.57.0"
rome = "2.1.0"
room = "2.8.4"
secrets = "2.0.1"
spotless = "8.1.0"
spotless = "8.2.1"
# @keep
targetSdk = "33"
version-catalog-update = "1.0.1"
Expand Down
24 changes: 12 additions & 12 deletions JetNews/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
#####
[versions]
accompanist = "0.37.3"
android-material3 = "1.14.0-alpha08"
androidGradlePlugin = "8.13.2"
androidx-activity-compose = "1.12.2"
android-material3 = "1.14.0-alpha09"
androidGradlePlugin = "9.0.0"
androidx-activity-compose = "1.12.3"
androidx-appcompat = "1.7.1"
androidx-compose-bom = "2026.01.00"
androidx-compose-bom = "2026.01.01"
androidx-constraintlayout = "1.1.1"
androidx-core-splashscreen = "1.2.0"
androidx-corektx = "1.17.0"
androidx-glance = "1.1.1"
androidx-lifecycle = "2.8.2"
androidx-lifecycle-compose = "2.10.0"
androidx-lifecycle-runtime-compose = "2.10.0"
androidx-navigation = "2.9.6"
androidx-navigation = "2.9.7"
androidx-palette = "1.0.0"
androidx-test = "1.7.0"
androidx-test-espresso = "3.7.0"
Expand All @@ -34,26 +34,26 @@ compileSdk = "36"
coroutines = "1.10.2"
google-maps = "20.0.0"
gradle-versions = "0.53.0"
hilt = "2.57.2"
hilt = "2.59"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

high

The Hilt dependency has been updated from 2.57.2 to 2.59. This is a significant version jump that might introduce breaking changes or require migration steps. Please ensure that the application remains compatible with this new version and that all necessary adjustments have been made according to Hilt's release notes.

hiltExt = "1.3.0"
horologist = "0.7.15"
jdkDesugar = "2.1.5"
junit = "4.13.2"
kotlin = "2.3.0"
kotlinx-serialization-json = "1.9.0"
kotlinx-serialization-json = "1.10.0"
kotlinx_immutable = "0.4.0"
ksp = "2.3.4"
maps-compose = "7.0.0"
ksp = "2.3.5"
maps-compose = "8.0.0"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

high

The maps-compose dependency has been updated from 7.0.0 to 8.0.0. This is a major version upgrade. It's crucial to review the release notes for version 8.0.0 to identify any breaking changes or required migration steps to ensure continued functionality.

# @keep
minSdk = "23"
okhttp = "5.3.2"
play-services-wearable = "19.0.0"
robolectric = "4.16"
roborazzi = "1.56.0"
robolectric = "4.16.1"
roborazzi = "1.57.0"
rome = "2.1.0"
room = "2.8.4"
secrets = "2.0.1"
spotless = "8.1.0"
spotless = "8.2.1"
# @keep
targetSdk = "33"
version-catalog-update = "1.0.1"
Expand Down
24 changes: 12 additions & 12 deletions Jetchat/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
#####
[versions]
accompanist = "0.37.3"
android-material3 = "1.14.0-alpha08"
androidGradlePlugin = "8.13.2"
androidx-activity-compose = "1.12.2"
android-material3 = "1.14.0-alpha09"
androidGradlePlugin = "9.0.0"
androidx-activity-compose = "1.12.3"
androidx-appcompat = "1.7.1"
androidx-compose-bom = "2026.01.00"
androidx-compose-bom = "2026.01.01"
androidx-constraintlayout = "1.1.1"
androidx-core-splashscreen = "1.2.0"
androidx-corektx = "1.17.0"
androidx-glance = "1.1.1"
androidx-lifecycle = "2.8.2"
androidx-lifecycle-compose = "2.10.0"
androidx-lifecycle-runtime-compose = "2.10.0"
androidx-navigation = "2.9.6"
androidx-navigation = "2.9.7"
androidx-palette = "1.0.0"
androidx-test = "1.7.0"
androidx-test-espresso = "3.7.0"
Expand All @@ -34,26 +34,26 @@ compileSdk = "36"
coroutines = "1.10.2"
google-maps = "20.0.0"
gradle-versions = "0.53.0"
hilt = "2.57.2"
hilt = "2.59"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

high

The Hilt dependency has been updated from 2.57.2 to 2.59. This is a significant version jump that might introduce breaking changes or require migration steps. Please ensure that the application remains compatible with this new version and that all necessary adjustments have been made according to Hilt's release notes.

hiltExt = "1.3.0"
horologist = "0.7.15"
jdkDesugar = "2.1.5"
junit = "4.13.2"
kotlin = "2.3.0"
kotlinx-serialization-json = "1.9.0"
kotlinx-serialization-json = "1.10.0"
kotlinx_immutable = "0.4.0"
ksp = "2.3.4"
maps-compose = "7.0.0"
ksp = "2.3.5"
maps-compose = "8.0.0"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

high

The maps-compose dependency has been updated from 7.0.0 to 8.0.0. This is a major version upgrade. It's crucial to review the release notes for version 8.0.0 to identify any breaking changes or required migration steps to ensure continued functionality.

# @keep
minSdk = "23"
okhttp = "5.3.2"
play-services-wearable = "19.0.0"
robolectric = "4.16"
roborazzi = "1.56.0"
robolectric = "4.16.1"
roborazzi = "1.57.0"
rome = "2.1.0"
room = "2.8.4"
secrets = "2.0.1"
spotless = "8.1.0"
spotless = "8.2.1"
# @keep
targetSdk = "33"
version-catalog-update = "1.0.1"
Expand Down
24 changes: 12 additions & 12 deletions Jetsnack/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[versions]
accompanist = "0.37.3"
android-material3 = "1.14.0-alpha08"
androidGradlePlugin = "8.13.2"
androidx-activity-compose = "1.12.2"
android-material3 = "1.14.0-alpha09"
androidGradlePlugin = "9.0.0"
androidx-activity-compose = "1.12.3"
androidx-appcompat = "1.7.1"
androidx-compose-bom = "2026.01.00"
androidx-compose-bom = "2026.01.01"
androidx-constraintlayout = "1.1.1"
androidx-core-splashscreen = "1.2.0"
androidx-corektx = "1.17.0"
androidx-glance = "1.2.0-rc01"
androidx-lifecycle = "2.8.2"
androidx-lifecycle-compose = "2.10.0"
androidx-lifecycle-runtime-compose = "2.10.0"
androidx-navigation = "2.9.6"
androidx-navigation = "2.9.7"
androidx-palette = "1.0.0"
androidx-test = "1.7.0"
androidx-test-espresso = "3.7.0"
Expand All @@ -31,26 +31,26 @@ coroutines = "1.10.2"
glancePreview = "1.1.1"
google-maps = "20.0.0"
gradle-versions = "0.53.0"
hilt = "2.57.2"
hilt = "2.59"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

high

The Hilt dependency has been updated from 2.57.2 to 2.59. This is a significant version jump that might introduce breaking changes or require migration steps. Please ensure that the application remains compatible with this new version and that all necessary adjustments have been made according to Hilt's release notes.

hiltExt = "1.3.0"
horologist = "0.7.15"
jdkDesugar = "2.1.5"
junit = "4.13.2"
kotlin = "2.3.0"
kotlinx-serialization-json = "1.9.0"
kotlinx-serialization-json = "1.10.0"
kotlinx_immutable = "0.4.0"
ksp = "2.3.4"
maps-compose = "7.0.0"
ksp = "2.3.5"
maps-compose = "8.0.0"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

high

The maps-compose dependency has been updated from 7.0.0 to 8.0.0. This is a major version upgrade. It's crucial to review the release notes for version 8.0.0 to identify any breaking changes or required migration steps to ensure continued functionality.

# @keep
minSdk = "23"
okhttp = "5.3.2"
play-services-wearable = "19.0.0"
robolectric = "4.16"
roborazzi = "1.56.0"
robolectric = "4.16.1"
roborazzi = "1.57.0"
rome = "2.1.0"
room = "2.8.4"
secrets = "2.0.1"
spotless = "8.1.0"
spotless = "8.2.1"
# @keep
targetSdk = "36"
version-catalog-update = "1.0.1"
Expand Down
24 changes: 12 additions & 12 deletions Reply/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
#####
[versions]
accompanist = "0.37.3"
android-material3 = "1.14.0-alpha08"
androidGradlePlugin = "8.13.2"
androidx-activity-compose = "1.12.2"
android-material3 = "1.14.0-alpha09"
androidGradlePlugin = "9.0.0"
androidx-activity-compose = "1.12.3"
androidx-appcompat = "1.7.1"
androidx-compose-bom = "2026.01.00"
androidx-compose-bom = "2026.01.01"
androidx-constraintlayout = "1.1.1"
androidx-core-splashscreen = "1.2.0"
androidx-corektx = "1.17.0"
androidx-glance = "1.1.1"
androidx-lifecycle = "2.8.2"
androidx-lifecycle-compose = "2.10.0"
androidx-lifecycle-runtime-compose = "2.10.0"
androidx-navigation = "2.9.6"
androidx-navigation = "2.9.7"
androidx-palette = "1.0.0"
androidx-test = "1.7.0"
androidx-test-espresso = "3.7.0"
Expand All @@ -34,26 +34,26 @@ compileSdk = "36"
coroutines = "1.10.2"
google-maps = "20.0.0"
gradle-versions = "0.53.0"
hilt = "2.57.2"
hilt = "2.59"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

high

The Hilt dependency has been updated from 2.57.2 to 2.59. This is a significant version jump that might introduce breaking changes or require migration steps. Please ensure that the application remains compatible with this new version and that all necessary adjustments have been made according to Hilt's release notes.

hiltExt = "1.3.0"
horologist = "0.7.15"
jdkDesugar = "2.1.5"
junit = "4.13.2"
kotlin = "2.3.0"
kotlinx-serialization-json = "1.9.0"
kotlinx-serialization-json = "1.10.0"
kotlinx_immutable = "0.4.0"
ksp = "2.3.4"
maps-compose = "7.0.0"
ksp = "2.3.5"
maps-compose = "8.0.0"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

high

The maps-compose dependency has been updated from 7.0.0 to 8.0.0. This is a major version upgrade. It's crucial to review the release notes for version 8.0.0 to identify any breaking changes or required migration steps to ensure continued functionality.

# @keep
minSdk = "23"
okhttp = "5.3.2"
play-services-wearable = "19.0.0"
robolectric = "4.16"
roborazzi = "1.56.0"
robolectric = "4.16.1"
roborazzi = "1.57.0"
rome = "2.1.0"
room = "2.8.4"
secrets = "2.0.1"
spotless = "8.1.0"
spotless = "8.2.1"
# @keep
targetSdk = "33"
version-catalog-update = "1.0.1"
Expand Down
Loading