Skip to content

Commit

Permalink
Add version task for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Dozor committed Aug 30, 2017
1 parent 0ef2d1a commit df31be2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions android-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,9 @@ project.afterEvaluate {
def compileLintTask = project.tasks.find { it.name == 'compileLint' }
compileLintTask.dependsOn(copyLintJar)
}

task printSDkVersion {
doLast {
println project.version
}
}

0 comments on commit df31be2

Please sign in to comment.