Skip to content

Commit d4b1651

Browse files
committed
LeakCanaryがreleaseビルドにも含まれるようになっていたので修正
1 parent e06dafb commit d4b1651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AndroidApp/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ dependencies {
2121

2222
// その他
2323
implementation(libs.io.insert.koin)
24-
implementation(libs.com.squareup.leakcanary.android)
24+
debugImplementation(libs.com.squareup.leakcanary.android)
2525
}

0 commit comments

Comments
 (0)