File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## Version 1.5.4 * (2017-09-22)*
4
+
5
+ * Restore Java 7 compatibility in leakcanary-watcher
6
+
3
7
## Version 1.5.3 * (2017-09-17)*
4
8
5
9
* Fix broken 1.5.2 [ build] ( https://github.com/square/leakcanary/issues/815 )
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ In your `build.gradle`:
15
15
16
16
``` gradle
17
17
dependencies {
18
- debugCompile 'com.squareup.leakcanary:leakcanary-android:1.5.3 '
19
- releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.3 '
18
+ debugCompile 'com.squareup.leakcanary:leakcanary-android:1.5.4 '
19
+ releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.4 '
20
20
}
21
21
```
22
22
Original file line number Diff line number Diff line change 1
1
GROUP =com.squareup.leakcanary
2
- VERSION_NAME =1.6-SNAPSHOT
2
+ VERSION_NAME =1.5.4
3
3
4
4
POM_DESCRIPTION =Leak Canary
5
5
You can’t perform that action at this time.
0 commit comments