Skip to content

Commit

Permalink
Version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavpandey committed Jun 17, 2021
1 parent f54f728 commit 5d23e57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ It can be installed by adding the following dependency to your `build.gradle` fi

```groovy
dependencies {
implementation 'com.pranavpandey.android:dynamic-motion:0.4.0'
implementation 'com.pranavpandey.android:dynamic-motion:0.5.0'
}
```

Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ ext {
mavenDir = 'com/pranavpandey/android'
mavenArtifactId = 'dynamic-motion'
mavenInceptionYear = 2018
mavenVersion = '0.4.0'
mavenVersionCode = 4
sampleVersionCode = 4
mavenVersion = '0.5.0'
mavenVersionCode = 5
sampleVersionCode = 5

developerId = 'pranavpandey'
developerName = 'Pranav Pandey'
Expand Down

0 comments on commit 5d23e57

Please sign in to comment.