Skip to content

Commit d202db2

Browse files
JavaVersion.VERSION_1_7
1 parent 37895b2 commit d202db2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ buildscript {
55

66
apply plugin: 'rxjava-project'
77

8+
sourceCompatibility = JavaVersion.VERSION_1_7
9+
targetCompatibility = JavaVersion.VERSION_1_7
10+
811
dependencies {
912
compile 'io.reactivex:rxjava:1.0.0'
1013
testCompile 'junit:junit-dep:4.10'

0 commit comments

Comments
 (0)