Sha256: 5881ef63a0c9033330867a3e5b8f9c93eaa8de86967706567d2b34e79d143399
Contents?: true
Size: 516 Bytes
Versions: 4
Compression:
Stored size: 516 Bytes
Contents
diff --git a/app/build.gradle b/app/build.gradle index 6dcc647b8..a1365bd75 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -33,6 +33,9 @@ configurations { } dependencies { + // debugImplementation because LeakCanary should only run in debug builds. + debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.7' + testImplementation 'junit:junit:4.12' testImplementation('org.robolectric:robolectric:4.3.1') { exclude(group: 'org.bouncycastle', module: 'bcprov-jdk15on')
Version data entries
4 entries across 4 versions & 1 rubygems