We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 430a75d commit adbb1bcCopy full SHA for adbb1bc
library/build.gradle
@@ -4,7 +4,7 @@ apply plugin: "maven"
4
ext
5
{
6
jacksonVersion="2.8.7"
7
- droid4meVersion="2.4.8.3-SNAPSHOT"
+ droid4meVersion="2.4.8.3"
8
appCompatVersion="25.3.0"
9
junitVersion="4.0"
10
bcelVersion="5.2"
@@ -22,7 +22,7 @@ android
22
targetSdkVersion 25
23
24
versionCode 10
25
- versionName "2.4.2.1-SNAPSHOT"
+ versionName "2.5.0"
26
}
27
28
buildTypes
@@ -73,9 +73,9 @@ uploadArchives
73
pom.project
74
75
name "droid4me.ext"
76
- group = "com.smartnsoft"
+ groupId "com.smartnsoft"
77
artifactId "droid4me.ext"
78
- version = android.defaultConfig.versionName
+ version android.defaultConfig.versionName
79
packaging "aar"
80
81
0 commit comments