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 988fadc commit 04fc860Copy full SHA for 04fc860
README.md
@@ -32,7 +32,7 @@ It can be installed by adding the following dependency to your `build.gradle` fi
32
33
```groovy
34
dependencies {
35
- implementation 'com.pranavpandey.android:dynamic-motion:0.2.0'
+ implementation 'com.pranavpandey.android:dynamic-motion:0.3.0'
36
}
37
```
38
build.gradle
@@ -65,9 +65,9 @@ ext {
65
mavenGroup = 'com.pranavpandey.android'
66
mavenArtifactId = 'dynamic-motion'
67
mavenInceptionYear = 2018
68
- mavenVersion = '0.2.0'
69
- mavenVersionCode = 2
70
- sampleVersionCode = 2
+ mavenVersion = '0.3.0'
+ mavenVersionCode = 3
+ sampleVersionCode = 3
71
72
developerId = 'pranavpandey'
73
developerName = 'Pranav Pandey'
0 commit comments