Skip to content

Commit

Permalink
Merge pull request #2673 from msfjarvis/patch-1
Browse files Browse the repository at this point in the history
fix(docs): adjust version numbers in changelog
  • Loading branch information
pyricau committed May 13, 2024
2 parents dd9b59d + 956f45b commit ececf1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Add the dependency:

```groovy
dependencies {
androidTestImplementation 'com.squareup.leakcanary:leakcanary-android-uiautomator:3.0-alpha-2'
androidTestImplementation 'com.squareup.leakcanary:leakcanary-android-uiautomator:3.0-alpha-4'
}
```

Expand All @@ -91,7 +91,7 @@ class MyUiAutomatorTest {

### Heap Growth: Shark CLI

Download the [Shark CLI Zip](https://github.com/square/leakcanary/releases/download/v3.0-alpha-2/shark-cli-3.0-alpha-2.zip) (alphas cannot be released to brew) and unzip it.
Download the [Shark CLI Zip](https://github.com/square/leakcanary/releases/download/v3.0-alpha-4/shark-cli-3.0-alpha-4.zip) (alphas cannot be released to brew) and unzip it.

Run the `heap-growth` command:

Expand Down

0 comments on commit ececf1c

Please sign in to comment.