Skip to content

Commit

Permalink
Prepare 1.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pyricau committed Jul 22, 2018
1 parent 7f29c7f commit 26145bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ In your `build.gradle`:

```groovy
dependencies {
debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.6'
releaseImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.6'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.6.1'
releaseImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.6.1'
// Optional, if you use support library fragments:
debugImplementation 'com.squareup.leakcanary:leakcanary-support-fragment:1.6'
debugImplementation 'com.squareup.leakcanary:leakcanary-support-fragment:1.6.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.squareup.leakcanary
VERSION_NAME=1.7-SNAPSHOT
VERSION_NAME=1.6.1

POM_DESCRIPTION=Leak Canary

Expand Down

0 comments on commit 26145bf

Please sign in to comment.