Skip to content

Commit

Permalink
Prepare 2.0-alpha-2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pyricau committed May 21, 2019
1 parent 056ef68 commit 1f151c4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## Version 2.0 Alpha 2 (2019-05-21)

TODO Describe changes

## Version 2.0 Alpha 1 (2019-04-23)

**Thanks for testing the alpha**, we're counting on you to help us find bugs and suggest improvements! Check out the new [Getting Started](https://github.com/square/leakcanary#getting-started) instructions and the [migration guide](https://github.com/square/leakcanary/wiki/Migrating-to-LeakCanary-2.0). This change log is also available as a [Twitter thread](https://twitter.com/Piwai/status/1120681920835276800).
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add LeakCanary to `build.gradle`:

```gradle
dependencies {
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.0-alpha-1'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.0-alpha-2'
}
```

Expand All @@ -30,7 +30,7 @@ What's next?

Note: **LeakCanary 2 is in alpha**.
* Check out the [migration guide](https://github.com/square/leakcanary/wiki/Migrating-to-LeakCanary-2.0).
* Here is the [change log](https://github.com/square/leakcanary/blob/master/CHANGELOG.md#version-20-alpha-1-2019-04-23).
* Here is the [change log](https://github.com/square/leakcanary/blob/master/CHANGELOG.md#version-20-alpha-2-2019-05-21).
* To set up LeakCanary 1.6, go to the [1.6 Readme](https://github.com/square/leakcanary/blob/master/README-1.6.md).

## Fundamentals
Expand Down Expand Up @@ -112,7 +112,7 @@ In your `build.gradle`:

```gradle
dependencies {
implementation 'com.squareup.leakcanary:leaksentry:2.0-alpha-1'
implementation 'com.squareup.leakcanary:leaksentry:2.0-alpha-2'
}
```

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=2.0-alpha-2-SNAPSHOT
VERSION_NAME=2.0-alpha-2

POM_DESCRIPTION=Leak Canary

Expand Down

0 comments on commit 1f151c4

Please sign in to comment.