We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b030507 commit bd05f39Copy full SHA for bd05f39
presentation/build.gradle
@@ -80,5 +80,6 @@ dependencies {
80
androidTestCompile presentationTestDependencies.espresso
81
androidTestCompile presentationTestDependencies.testingSupportLib
82
83
- debugCompile developmentDependencies.leakCanary
+ //Development
84
+ compile developmentDependencies.leakCanary
85
}
0 commit comments