mirror of
https://github.com/mihonapp/mihon.git
synced 2025-02-10 13:54:33 +00:00
Add (disabled) dependency on LeakCanary for debugging memory leaks
This commit is contained in:
parent
022cde2c00
commit
8e539bebea
1 changed files with 3 additions and 0 deletions
|
@ -247,6 +247,9 @@ dependencies {
|
||||||
final coroutines_version = '1.3.4'
|
final coroutines_version = '1.3.4'
|
||||||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version"
|
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version"
|
||||||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version"
|
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version"
|
||||||
|
|
||||||
|
// For detecting memory leaks; see https://square.github.io/leakcanary/
|
||||||
|
// debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
|
|
Loading…
Reference in a new issue