Skip to content

Commit 04fc860

Browse files
committed
Version 0.3.0
1 parent 988fadc commit 04fc860

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
@@ -32,7 +32,7 @@ It can be installed by adding the following dependency to your `build.gradle` fi
3232

3333
```groovy
3434
dependencies {
35-
implementation 'com.pranavpandey.android:dynamic-motion:0.2.0'
35+
implementation 'com.pranavpandey.android:dynamic-motion:0.3.0'
3636
}
3737
```
3838

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ ext {
6565
mavenGroup = 'com.pranavpandey.android'
6666
mavenArtifactId = 'dynamic-motion'
6767
mavenInceptionYear = 2018
68-
mavenVersion = '0.2.0'
69-
mavenVersionCode = 2
70-
sampleVersionCode = 2
68+
mavenVersion = '0.3.0'
69+
mavenVersionCode = 3
70+
sampleVersionCode = 3
7171

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

0 commit comments

Comments
 (0)