Skip to content

Commit 5d23e57

Browse files
committed
Version 0.5.0
1 parent f54f728 commit 5d23e57

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.4.0'
36+
implementation 'com.pranavpandey.android:dynamic-motion:0.5.0'
3737
}
3838
```
3939

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ ext {
6969
mavenDir = 'com/pranavpandey/android'
7070
mavenArtifactId = 'dynamic-motion'
7171
mavenInceptionYear = 2018
72-
mavenVersion = '0.4.0'
73-
mavenVersionCode = 4
74-
sampleVersionCode = 4
72+
mavenVersion = '0.5.0'
73+
mavenVersionCode = 5
74+
sampleVersionCode = 5
7575

7676
developerId = 'pranavpandey'
7777
developerName = 'Pranav Pandey'

0 commit comments

Comments
 (0)