Skip to content

Commit

Permalink
for release
Browse files Browse the repository at this point in the history
  • Loading branch information
chinalwb committed May 23, 2019
1 parent ba2d71d commit ab45652
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ARE/are/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ apply plugin: 'com.android.library'
ext {
PUBLISH_GROUP_ID = 'com.github.chinalwb'
PUBLISH_ARTIFACT_ID = 'are'
PUBLISH_VERSION = '0.1.5'
PUBLISH_VERSION = '0.1.6'
}


tasks.withType(Javadoc) {
options.addStringOption('Xdoclint:none', '-quiet')
options.addStringOption('encoding', 'UTF-8')
Expand Down

0 comments on commit ab45652

Please sign in to comment.