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 7d25bda commit 0bff3f7Copy full SHA for 0bff3f7
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.3.0'
+ implementation 'com.pranavpandey.android:dynamic-motion:0.4.0'
37
}
38
```
39
build.gradle
@@ -66,9 +66,9 @@ ext {
66
mavenGroup = 'com.pranavpandey.android'
67
mavenArtifactId = 'dynamic-motion'
68
mavenInceptionYear = 2018
69
- mavenVersion = '0.3.0'
70
- mavenVersionCode = 3
71
- sampleVersionCode = 3
+ mavenVersion = '0.4.0'
+ mavenVersionCode = 4
+ sampleVersionCode = 4
72
73
developerId = 'pranavpandey'
74
developerName = 'Pranav Pandey'
0 commit comments