Skip to content

Commit

Permalink
Added LeakCanary to debug builds
Browse files Browse the repository at this point in the history
  • Loading branch information
spacecowboy committed Jan 17, 2024
1 parent 475abdc commit d5a7234
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,9 @@ dependencies {
implementation(libs.bundles.okhttp.android)
implementation(libs.bundles.kotlin)

// Only for debug
debugImplementation("com.squareup.leakcanary:leakcanary-android:3.0-alpha-1")

// Tests
testImplementation(libs.bundles.kotlin)
testImplementation(libs.bundles.test)
Expand Down

0 comments on commit d5a7234

Please sign in to comment.