Skip to content

Commit bd05f39

Browse files
committed
Fix broken build due to leak canary.
1 parent b030507 commit bd05f39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

presentation/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,6 @@ dependencies {
8080
androidTestCompile presentationTestDependencies.espresso
8181
androidTestCompile presentationTestDependencies.testingSupportLib
8282

83-
debugCompile developmentDependencies.leakCanary
83+
//Development
84+
compile developmentDependencies.leakCanary
8485
}

0 commit comments

Comments
 (0)