We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f54f728 commit 5d23e57Copy full SHA for 5d23e57
README.md
@@ -33,7 +33,7 @@ It can be installed by adding the following dependency to your `build.gradle` fi
33
34
```groovy
35
dependencies {
36
- implementation 'com.pranavpandey.android:dynamic-motion:0.4.0'
+ implementation 'com.pranavpandey.android:dynamic-motion:0.5.0'
37
}
38
```
39
build.gradle
@@ -69,9 +69,9 @@ ext {
69
mavenDir = 'com/pranavpandey/android'
70
mavenArtifactId = 'dynamic-motion'
71
mavenInceptionYear = 2018
72
- mavenVersion = '0.4.0'
73
- mavenVersionCode = 4
74
- sampleVersionCode = 4
+ mavenVersion = '0.5.0'
+ mavenVersionCode = 5
+ sampleVersionCode = 5
75
76
developerId = 'pranavpandey'
77
developerName = 'Pranav Pandey'
0 commit comments