Skip to content

Commit 74837f0

Browse files
authored
Merge pull request #871 from square/one-five-foh
Prepare 1.5.4 release
2 parents f0c3a7f + f65380e commit 74837f0

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## Version 1.5.4 *(2017-09-22)*
4+
5+
* Restore Java 7 compatibility in leakcanary-watcher
6+
37
## Version 1.5.3 *(2017-09-17)*
48

59
* Fix broken 1.5.2 [build](https://github.com/square/leakcanary/issues/815)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ In your `build.gradle`:
1515

1616
```gradle
1717
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'
2020
}
2121
```
2222

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.squareup.leakcanary
2-
VERSION_NAME=1.6-SNAPSHOT
2+
VERSION_NAME=1.5.4
33

44
POM_DESCRIPTION=Leak Canary
55

0 commit comments

Comments
 (0)