Skip to content

Commit 0bff3f7

Browse files
committed
Version 0.4.0
1 parent 7d25bda commit 0bff3f7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ It can be installed by adding the following dependency to your `build.gradle` fi
3333

3434
```groovy
3535
dependencies {
36-
implementation 'com.pranavpandey.android:dynamic-motion:0.3.0'
36+
implementation 'com.pranavpandey.android:dynamic-motion:0.4.0'
3737
}
3838
```
3939

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ ext {
6666
mavenGroup = 'com.pranavpandey.android'
6767
mavenArtifactId = 'dynamic-motion'
6868
mavenInceptionYear = 2018
69-
mavenVersion = '0.3.0'
70-
mavenVersionCode = 3
71-
sampleVersionCode = 3
69+
mavenVersion = '0.4.0'
70+
mavenVersionCode = 4
71+
sampleVersionCode = 4
7272

7373
developerId = 'pranavpandey'
7474
developerName = 'Pranav Pandey'

0 commit comments

Comments
 (0)