Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ankitk77/tasky
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f082d6c98fe1e7070fbd8c028853dbc47658b47d
Choose a base ref
..
head repository: ankitk77/tasky
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f046a74c26a9d728ecbb8c8d9e1c2c1412a3934d
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 gradle/libs.versions.toml
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -58,7 +58,7 @@ uitest-espresso-core = { module = "androidx.test.espresso:espresso-core", versio
uitest-ui-atomator = { module = "androidx.test.uiautomator:uiautomator", version = "2.3.0" }

# Compose
compose-bom = { module = "androidx.compose:compose-bom", version = "2024.10.01" }
compose-bom = { module = "androidx.compose:compose-bom", version = "2024.11.00" }
compose-animation = { module = "androidx.compose.animation:animation" }
compose-foundation = { module = "androidx.compose.foundation:foundation" }
compose-material3 = { module = "androidx.compose.material3:material3" }
@@ -97,7 +97,7 @@ room-ktx = { module = "androidx.room:room-ktx", version.ref = "room" }
detekt-gradle-plugin = { module = "io.gitlab.arturbosch.detekt:detekt-gradle-plugin", version.ref = "detekt" }
detekt-ruleset-compiler = { module = "com.braisgabin.detekt:kotlin-compiler-wrapper", version = "0.0.4" }
detekt-ruleset-ktlint = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", version.ref = "detekt" }
detekt-ruleset-compose = { module = "io.nlopez.compose.rules:detekt", version = "0.4.17" }
detekt-ruleset-compose = { module = "io.nlopez.compose.rules:detekt", version = "0.4.18" }
slack-lint-compose = { module = "com.slack.lint.compose:compose-lint-checks", version = "1.4.2" }
sonarQube-gradle-plugin = { module = "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin", version = "5.1.0.4882" }