Skip to content

Commit

Permalink
RED-396 Update the build.gradle file
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovicroland committed Jul 5, 2017
1 parent 463e27b commit 8611565
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions okhttp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ task sourcesJar(type: Jar) {
}

task javadoc(type: Javadoc) {
title = "httpclient API"
title = "okhttp API"
description "Javadoc for the okhttp web service caller implementation"
source = android.sourceSets.main.java.srcDirs

Expand Down Expand Up @@ -142,7 +142,7 @@ bintray
name = android.defaultConfig.versionName
desc = "extension of the droid4me framework which contains the okhttp web service caller implementation"
released = new Date()
vcsTag = "httpclientwebservicecaller-" + android.defaultConfig.versionName
vcsTag = "okhttpwebservicecaller-" + android.defaultConfig.versionName
}
}
}
Expand Down

0 comments on commit 8611565

Please sign in to comment.