Skip to content

Commit

Permalink
Merge pull request #99 from Team-Motivoo/add/#97-leakcanary
Browse files Browse the repository at this point in the history
[add] LeakCanary 라이브러리 추가
  • Loading branch information
Jokwanhee authored Feb 21, 2024
2 parents 8556f35 + 1acdd61 commit f2b1c06
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 f2b1c06

Please sign in to comment.