Browse Source

Update to stable leak canary release

master
Anthony Restaino 8 years ago
parent
commit
3d745cbe6e
  1. 4
      app/build.gradle

4
app/build.gradle

@ -86,8 +86,8 @@ dependencies { @@ -86,8 +86,8 @@ dependencies {
compile(project(':libnetcipher'))
// memory leak analysis
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.4-beta1'
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.4-beta1'
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.3.1'
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.3.1'
provided 'javax.annotation:jsr250-api:1.0'

Loading…
Cancel
Save