File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ It can be installed by adding the following dependency to your `build.gradle` fi
4848``` groovy
4949dependencies {
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'
Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments