Skip to content

Commit

Permalink
Published version 1.2.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Danil Skachkov committed Nov 27, 2014
1 parent a4fdd1f commit 82478e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions gradle-mvn-push.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ afterEvaluate { project ->
task androidJavadocs(type: Javadoc) {
source = android.sourceSets.main.java.srcDirs
classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
classpath += project.android.libraryVariants.toList().first().javaCompile.classpath
failOnError = false
}

task androidJavadocsJar(type: Jar, dependsOn: androidJavadocs) {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=1.2.0
VERSION_NAME=1.2.0-SNAPSHOT
VERSION_CODE=4
GROUP=ai.api

Expand Down

0 comments on commit 82478e8

Please sign in to comment.