Skip to content

Commit

Permalink
Update dependency com.autonomousapps.dependency-analysis to v2.3.0 (#759
Browse files Browse the repository at this point in the history
)

* Update dependency com.autonomousapps.dependency-analysis to v2.3.0

* build health

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gabriel Ittner <gabriel.ittner@gmail.com>
  • Loading branch information
renovate[bot] and gabrielittner authored Nov 4, 2024
1 parent bccb12d commit 2aa21fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fgp = "0.15.0"
publish = "0.30.0"
dokka = "1.9.20"
binarycompatibility = "0.16.3"
dependency-analysis = "2.2.0"
dependency-analysis = "2.3.0"

[libraries]
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
Expand Down
1 change: 1 addition & 0 deletions sample/android/sample-android.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ freeletics {
}

dependencies {
implementation(libs.androidx.annotation)
implementation(libs.androidx.appcompat)
implementation(libs.androidx.recyclerview)
implementation(libs.androidx.constraintlayout)
Expand Down

0 comments on commit 2aa21fe

Please sign in to comment.