Skip to content

Commit

Permalink
Version 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavpandey committed Aug 8, 2021
1 parent b3e7841 commit 7f921e6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ It can be installed by adding the following dependency to your `build.gradle` fi
```groovy
dependencies {
// For AndroidX enabled projects.
implementation 'com.pranavpandey.android:dynamic-utils:4.1.0'
implementation 'com.pranavpandey.android:dynamic-utils:4.2.0'
// For legacy projects.
implementation 'com.pranavpandey.android:dynamic-utils:1.3.0'
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ ext {
mavenGroup = 'com.pranavpandey.android'
mavenDir = 'com/pranavpandey/android'
mavenArtifactId = 'dynamic-utils'
mavenInceptionYear = 2017
mavenVersion = '4.1.0'
mavenVersionCode = 30
mavenInceptionYear = '2017'
mavenVersion = '4.2.0'
mavenVersionCode = 31

developerId = 'pranavpandey'
developerName = 'Pranav Pandey'
Expand Down
2 changes: 1 addition & 1 deletion dynamic-utils/maven.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ publishing {

// SCM
def scm = asNode().appendNode('scm')
scm.appendNode('connection', "${gitUrl}.git")
scm.appendNode('connection', "scm:git:${gitUrl}.git")
scm.appendNode('developerConnection', gitUrl)
scm.appendNode('url', siteUrl)

Expand Down

0 comments on commit 7f921e6

Please sign in to comment.