Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 3 additions & 3 deletions JetLagged/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]
accompanist = "0.37.3"
android-material3 = "1.14.0-alpha09"
androidGradlePlugin = "9.0.1"
androidGradlePlugin = "9.1.0"
androidx-activity-compose = "1.12.4"
androidx-appcompat = "1.7.1"
androidx-compose-bom = "2026.02.00"
androidx-compose-bom = "2026.02.01"
Comment on lines +4 to +7
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

These dependency versions are updated identically across multiple libs.versions.toml files in this repository. This duplication of version catalogs increases maintenance overhead and makes it difficult to ensure consistency across projects.

A better approach would be to use a single libs.versions.toml file at the root of the repository. Gradle allows sub-projects to share a version catalog, which would centralize all dependency versions. This would simplify updates and ensure all modules use a consistent set of dependencies.

androidx-constraintlayout = "1.1.1"
androidx-core-splashscreen = "1.2.0"
androidx-corektx = "1.17.0"
Expand Down Expand Up @@ -49,7 +49,7 @@ roborazzi = "1.59.0"
rome = "2.1.0"
room = "2.8.4"
secrets = "2.0.1"
spotless = "8.2.1"
spotless = "8.3.0"
# @keep
targetSdk = "33"
version-catalog-update = "1.1.0"
Expand Down
6 changes: 3 additions & 3 deletions JetNews/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
[versions]
accompanist = "0.37.3"
android-material3 = "1.14.0-alpha09"
androidGradlePlugin = "9.0.1"
androidGradlePlugin = "9.1.0"
androidx-activity-compose = "1.12.4"
androidx-appcompat = "1.7.1"
androidx-compose-bom = "2026.02.00"
androidx-compose-bom = "2026.02.01"
androidx-constraintlayout = "1.1.1"
androidx-core-splashscreen = "1.2.0"
androidx-corektx = "1.17.0"
Expand Down Expand Up @@ -53,7 +53,7 @@ roborazzi = "1.59.0"
rome = "2.1.0"
room = "2.8.4"
secrets = "2.0.1"
spotless = "8.2.1"
spotless = "8.3.0"
# @keep
targetSdk = "33"
version-catalog-update = "1.1.0"
Expand Down
6 changes: 3 additions & 3 deletions Jetchat/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
[versions]
accompanist = "0.37.3"
android-material3 = "1.14.0-alpha09"
androidGradlePlugin = "9.0.1"
androidGradlePlugin = "9.1.0"
androidx-activity-compose = "1.12.4"
androidx-appcompat = "1.7.1"
androidx-compose-bom = "2026.02.00"
androidx-compose-bom = "2026.02.01"
androidx-constraintlayout = "1.1.1"
androidx-core-splashscreen = "1.2.0"
androidx-corektx = "1.17.0"
Expand Down Expand Up @@ -53,7 +53,7 @@ roborazzi = "1.59.0"
rome = "2.1.0"
room = "2.8.4"
secrets = "2.0.1"
spotless = "8.2.1"
spotless = "8.3.0"
# @keep
targetSdk = "33"
version-catalog-update = "1.1.0"
Expand Down
6 changes: 3 additions & 3 deletions Jetsnack/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]
accompanist = "0.37.3"
android-material3 = "1.14.0-alpha09"
androidGradlePlugin = "9.0.1"
androidGradlePlugin = "9.1.0"
androidx-activity-compose = "1.12.4"
androidx-appcompat = "1.7.1"
androidx-compose-bom = "2026.02.00"
androidx-compose-bom = "2026.02.01"
androidx-core-splashscreen = "1.2.0"
androidx-corektx = "1.17.0"
androidx-glance = "1.2.0-rc01"
Expand Down Expand Up @@ -49,7 +49,7 @@ roborazzi = "1.59.0"
rome = "2.1.0"
room = "2.8.4"
secrets = "2.0.1"
spotless = "8.2.1"
spotless = "8.3.0"
# @keep
targetSdk = "36"
version-catalog-update = "1.1.0"
Expand Down
6 changes: 3 additions & 3 deletions Reply/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
[versions]
accompanist = "0.37.3"
android-material3 = "1.14.0-alpha09"
androidGradlePlugin = "9.0.1"
androidGradlePlugin = "9.1.0"
androidx-activity-compose = "1.12.4"
androidx-appcompat = "1.7.1"
androidx-compose-bom = "2026.02.00"
androidx-compose-bom = "2026.02.01"
androidx-constraintlayout = "1.1.1"
androidx-core-splashscreen = "1.2.0"
androidx-corektx = "1.17.0"
Expand Down Expand Up @@ -53,7 +53,7 @@ roborazzi = "1.59.0"
rome = "2.1.0"
room = "2.8.4"
secrets = "2.0.1"
spotless = "8.2.1"
spotless = "8.3.0"
# @keep
targetSdk = "33"
version-catalog-update = "1.1.0"
Expand Down
Loading