File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ android {
88 minSdkVersion 19
99 targetSdkVersion 29
1010 versionCode 1
11- versionName " 1.0.2 "
11+ versionName " 1.0.3 "
1212 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1313 }
1414 buildTypes {
@@ -42,19 +42,19 @@ dependencies {
4242
4343task sourcesJar (type : Jar ) {
4444 from android. sourceSets. main. java. srcDirs
45- classifier = ' sources'
45+ archiveClassifier . set ' sources'
4646}
4747
4848task javadoc (type : Javadoc ) {
49- failOnError false
49+ failOnError false
5050 source = android. sourceSets. main. java. sourceFiles
5151 classpath + = project. files(android. getBootClasspath(). join(File . pathSeparator))
5252 classpath + = configurations. compile
5353}
5454
5555// build a jar with javadoc
5656task javadocJar (type : Jar , dependsOn : javadoc) {
57- classifier = ' javadoc'
57+ archiveClassifier . set ' javadoc'
5858 from javadoc. destinationDir
5959}
6060
@@ -81,7 +81,7 @@ publishing {
8181 }
8282 groupId ' io.dualbit.wordpressclient'
8383 artifactId ' wordpressclient'
84- version ' 1.0.2 '
84+ version ' 1.0.3 '
8585 pom. withXml {
8686 def root = asNode()
8787 root. appendNode(' name' , ' Android WordPress Client' )
You can’t perform that action at this time.
0 commit comments