Skip to content

Commit

Permalink
Prepare for release 3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoser committed May 8, 2024
1 parent e97ee45 commit 19688c0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## Version 3.0.6 (2024-05-08)
- adding a custom dialog [#74](https://github.com/linkedin/shaky-android/pull/74)

## Version 3.0.5 (2024-03-25)
- Fix shaky crash due to : Software rendering doesn't support hardware bitmaps [#73](https://github.com/linkedin/shaky-android/pull/73)
- Update several build dependencies
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.5</version>
<version>3.0.6</version>
</dependency>
```

or Gradle:
```
implementation 'com.linkedin.shaky:shaky:3.0.5'
implementation 'com.linkedin.shaky:shaky:3.0.6'
```

## 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.6-SNAPSHOT
VERSION_NAME=3.0.6

0 comments on commit 19688c0

Please sign in to comment.