Skip to content

Commit ee2e7f8

Browse files
committed
Removed LeakCanary, because it's compatible with API 8 and higher
1 parent 8d93865 commit ee2e7f8

File tree

2 files changed

+0
-44
lines changed

2 files changed

+0
-44
lines changed

sample/build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ android {
1414
standard {
1515
dimension "version"
1616
}
17-
withLeakCanary {
18-
dimension "version"
19-
minSdkVersion 8
20-
targetSdkVersion 23
21-
}
2217
}
2318

2419
compileOptions {
@@ -44,6 +39,4 @@ android {
4439
dependencies {
4540
implementation 'com.fasterxml.jackson.core:jackson-databind:2.5.3'
4641
implementation project(':library')
47-
// LeakCanary
48-
withLeakCanaryImplementation 'com.squareup.leakcanary:leakcanary-android:2.0-alpha-1'
4942
}

sample/src/withLeakCanary/java/com/loopj/android/http/sample/SampleApplication.java

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)