Skip to content

Commit

Permalink
Prepare for release 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoser committed Apr 2, 2020
1 parent 460fbdf commit d99f0b8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## Version 2.0.3 (2020-04-01)

- Fix calling nullable activity directly in broadcast receiver [#37]((https://github.com/linkedin/shaky-android/pull/37)
- Adding the option to customize the send icon [#38](https://github.com/linkedin/shaky-android/pull/38)
- Added callback during the feedback submission flow [#40](https://github.com/linkedin/shaky-android/pull/40)

## Version 2.0.2 (2019-05-14)

- Allow configuring shake sensitivity from the feedback UI [#30](https://github.com/linkedin/shaky-android/pull/30)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ Download the latest .aar via Maven:
<dependency>
<groupId>com.linkedin.shaky</groupId>
<artifactId>shaky</artifactId>
<version>2.0.2</version>
<version>2.0.3</version>
</dependency>
```

or Gradle:
```
implementation 'com.linkedin.shaky:shaky:2.0.2'
implementation 'com.linkedin.shaky:shaky:2.0.3'
```

## Getting Started
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GROUP_ID=com.linkedin.shaky
ARTIFACT=shaky
VERSION_NAME=2.0.3-SNAPSHOT
VERSION_NAME=2.0.3
LIBRARY_NAME=Shaky
LIBRARY_DESCRIPTION=Shake-to-send-feedback library for Android
android.useAndroidX=true

0 comments on commit d99f0b8

Please sign in to comment.