Skip to content

Commit 4b83848

Browse files
authored
Merge pull request #168 from ptkNktq/hotfix/leakcanary
LeakCanaryがreleaseビルドにも含まれるようになっていたので修正
2 parents e06dafb + d4b1651 commit 4b83848

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)