Skip to content

Commit 7f921e6

Browse files
committed
Version 4.2.0
1 parent b3e7841 commit 7f921e6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ It can be installed by adding the following dependency to your `build.gradle` fi
4848
```groovy
4949
dependencies {
5050
// For AndroidX enabled projects.
51-
implementation 'com.pranavpandey.android:dynamic-utils:4.1.0'
51+
implementation 'com.pranavpandey.android:dynamic-utils:4.2.0'
5252
5353
// For legacy projects.
5454
implementation 'com.pranavpandey.android:dynamic-utils:1.3.0'

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
mavenDir = 'com/pranavpandey/android'
6767
mavenArtifactId = 'dynamic-utils'
68-
mavenInceptionYear = 2017
69-
mavenVersion = '4.1.0'
70-
mavenVersionCode = 30
68+
mavenInceptionYear = '2017'
69+
mavenVersion = '4.2.0'
70+
mavenVersionCode = 31
7171

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

dynamic-utils/maven.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ publishing {
8383

8484
// SCM
8585
def scm = asNode().appendNode('scm')
86-
scm.appendNode('connection', "${gitUrl}.git")
86+
scm.appendNode('connection', "scm:git:${gitUrl}.git")
8787
scm.appendNode('developerConnection', gitUrl)
8888
scm.appendNode('url', siteUrl)
8989

0 commit comments

Comments
 (0)