Added LeakCanary

This commit is contained in:
Karim Abou Zeid 2015-08-06 18:27:15 +02:00
commit 2564b99fa5
26 changed files with 301 additions and 137 deletions

View file

@ -94,8 +94,11 @@ dependencies {
compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.4'
compile 'com.afollestad:material-dialogs:0.7.7.0'
compile 'com.afollestad:material-dialogs:0.7.8.1'
compile 'com.afollestad:material-cab:0.1.4'
compile 'com.jakewharton:butterknife:7.0.1'
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.3.1'
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.3.1'
}