Skip to content

Commit c215482

Browse files
author
Justin Ryan
committed
Pass version onto sub-project.
1 parent 8348725 commit c215482

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

library/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ buildscript {
77
}
88

99
apply plugin: 'rxjava-project'
10+
11+
// Multi-module modules aren't really supported
12+
version = rootProject.version
13+
1014
apply plugin: 'provided-base'
1115

1216
dependencies {
@@ -29,3 +33,4 @@ test {
2933
displayGranularity 2
3034
}
3135
}
36+

0 commit comments

Comments
 (0)