Skip to content

Commit

Permalink
Pass version onto sub-project.
Browse files Browse the repository at this point in the history
Justin Ryan committed Nov 12, 2014
1 parent 8348725 commit c215482
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions library/build.gradle
Original file line number Diff line number Diff line change
@@ -7,6 +7,10 @@ buildscript {
}

apply plugin: 'rxjava-project'

// Multi-module modules aren't really supported
version = rootProject.version

apply plugin: 'provided-base'

dependencies {
@@ -29,3 +33,4 @@ test {
displayGranularity 2
}
}

0 comments on commit c215482

Please sign in to comment.