Skip to content

Commit adbb1bc

Browse files
committed
RED-151 Update the version code to 2.5
1 parent 430a75d commit adbb1bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: "maven"
44
ext
55
{
66
jacksonVersion="2.8.7"
7-
droid4meVersion="2.4.8.3-SNAPSHOT"
7+
droid4meVersion="2.4.8.3"
88
appCompatVersion="25.3.0"
99
junitVersion="4.0"
1010
bcelVersion="5.2"
@@ -22,7 +22,7 @@ android
2222
targetSdkVersion 25
2323

2424
versionCode 10
25-
versionName "2.4.2.1-SNAPSHOT"
25+
versionName "2.5.0"
2626
}
2727

2828
buildTypes
@@ -73,9 +73,9 @@ uploadArchives
7373
pom.project
7474
{
7575
name "droid4me.ext"
76-
group = "com.smartnsoft"
76+
groupId "com.smartnsoft"
7777
artifactId "droid4me.ext"
78-
version = android.defaultConfig.versionName
78+
version android.defaultConfig.versionName
7979
packaging "aar"
8080
}
8181
}

0 commit comments

Comments
 (0)