Added release leakcanary compile in gradle.

This commit is contained in:
Adrian Tiberius 2015-09-22 18:55:02 +02:00
parent 4322700964
commit e652384819
1 changed files with 1 additions and 0 deletions

View File

@ -57,4 +57,5 @@ dependencies {
}
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.3.1'
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.3.1'
}