Skip to content

Commit

Permalink
[add] #97 LeakCanary 라이브러리 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Jokwanhee committed Feb 20, 2024
1 parent 8556f35 commit 1acdd61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
- Lottie
- Aws s3
- Java 8+ API desugaring support
- LeakCanary

### Test & Code analysis
- Ktlint
Expand Down
3 changes: 3 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@ dependencies {

// Java 8+ API desugaring support
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'

// leakcanary
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.13'
}

ktlint {
Expand Down

0 comments on commit 1acdd61

Please sign in to comment.