Skip to content

Commit

Permalink
RED-390 #time 15m Update the version code and the version name
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovicroland committed Jul 3, 2017
1 parent 2ccc8b1 commit 7c7fdf5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android
minSdkVersion 9
targetSdkVersion 25

versionCode 18
versionName "2.5.1"
versionCode 19
versionName "2.5.2"
}

buildTypes
Expand Down Expand Up @@ -59,6 +59,7 @@ task javadoc(type: Javadoc) {
options.links = ["http://docs.oracle.com/javase/7/docs/api/", "http://d.android.com/reference/"]

classpath += project.files(project.android.getBootClasspath().join(File.pathSeparator))
failOnError = false
}

task javadocJar(type: Jar, dependsOn: javadoc) {
Expand Down

0 comments on commit 7c7fdf5

Please sign in to comment.