Skip to content

Commit

Permalink
update canary leak lib
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudgiuliani committed Dec 13, 2024
1 parent b4d8551 commit b926348
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/androidx-samples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ android {

dependencies {

implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
implementation "androidx.work:work-runtime-ktx:2.9.1"
implementation 'com.squareup.leakcanary:leakcanary-android:2.7'
implementation 'com.squareup.leakcanary:leakcanary-android:2.14'
testImplementation 'androidx.arch.core:core-testing:2.2.0'
testImplementation "junit:junit:4.13.2"

Expand Down

0 comments on commit b926348

Please sign in to comment.