Skip to content

Commit

Permalink
Merge pull request #57 from linkedin/kahrends/maven_central
Browse files Browse the repository at this point in the history
Release 3.0.2
  • Loading branch information
kahrendsen-li authored Feb 17, 2021
2 parents 7755478 + cdbd345 commit b6a3cd9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change Log

## Version 3.0.0 (2020-12-22)
## Version 3.0.2 (2020-02-17)
- First Maven Central release [#56](https://github.com/linkedin/shaky-android/pull/56)

## Version 3.0.1 (2020-12-22)
- Fix alert dialog styling by setting "materialAlertDialogTheme" [#51](https://github.com/linkedin/shaky-android/pull/51)

## Version 3.0.0 (2020-12-22)
Expand All @@ -12,7 +15,7 @@

## Version 2.0.3 (2020-04-01)

- Fix calling nullable activity directly in broadcast receiver [#37]((https://github.com/linkedin/shaky-android/pull/37)
- 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)

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>3.0.1</version>
<version>3.0.2</version>
</dependency>
```

or Gradle:
```
implementation 'com.linkedin.shaky:shaky:3.0.1'
implementation 'com.linkedin.shaky:shaky:3.0.2'
```

## Getting Started
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
android.useAndroidX=true

GROUP_ID=com.linkedin.shaky
VERSION_NAME=3.0.2-SNAPSHOT
VERSION_NAME=3.0.3-SNAPSHOT

0 comments on commit b6a3cd9

Please sign in to comment.