Skip to content

Commit

Permalink
Prepare for release 3.0.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
kahrendsen-li committed Nov 2, 2021
1 parent 0ad6b7a commit 312b781
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## Version 3.0.4 (2020-11-2)
- Bump to AGP7/Gradle7
- Build with JDK 11
- Keep target and build SDK to Java 1.8

## Version 3.0.3 (2020-10-20)
- Rename "master" to "main" [#58](https://github.com/linkedin/shaky-android/pull/58)
- Update seismic library and change to use sensor delay normal [#64](https://github.com/linkedin/shaky-android/pull/64)
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.3</version>
<version>3.0.4</version>
</dependency>
```

or Gradle:
```
implementation 'com.linkedin.shaky:shaky:3.0.3'
implementation 'com.linkedin.shaky:shaky:3.0.4'
```

## 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.3-SNAPSHOT
VERSION_NAME=3.0.4

0 comments on commit 312b781

Please sign in to comment.