Skip to content

Commit

Permalink
Version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavpandey committed Mar 12, 2020
1 parent 7d25bda commit 0bff3f7
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.3.0'
implementation 'com.pranavpandey.android:dynamic-motion:0.4.0'
}
```

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

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

0 comments on commit 0bff3f7

Please sign in to comment.