Skip to content

Commit cd647f6

Browse files
JavaVersion.VERSION_1_8
1 parent d202db2 commit cd647f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ buildscript {
55

66
apply plugin: 'rxjava-project'
77

8-
sourceCompatibility = JavaVersion.VERSION_1_7
9-
targetCompatibility = JavaVersion.VERSION_1_7
8+
sourceCompatibility = JavaVersion.VERSION_1_8
9+
targetCompatibility = JavaVersion.VERSION_1_8
1010

1111
dependencies {
1212
compile 'io.reactivex:rxjava:1.0.0'

0 commit comments

Comments
 (0)