Skip to content

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavpandey committed Sep 24, 2018
1 parent 0a073fe commit 4cd8d3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ It can be installed by adding the following dependency to your `build.gradle` fi

```groovy
dependencies {
implementation 'com.pranavpandey.android:dynamic-support:1.2.0'
implementation 'com.pranavpandey.android:dynamic-support:1.3.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ ext {
mavenGroup = 'com.pranavpandey.android'
mavenArtifactId = 'dynamic-support'
mavenInceptionYear = 2018
mavenVersion = '1.2.0'
mavenVersionCode = 13
mavenVersion = '1.3.0'
mavenVersionCode = 14

developerId = 'pranavpandey'
developerName = 'Pranav Pandey'
Expand Down

0 comments on commit 4cd8d3b

Please sign in to comment.