From 45c2b19dc2e3e33c206ced7e64e3d423bd6dfc55 Mon Sep 17 00:00:00 2001 From: Thomas Nield Date: Wed, 17 May 2017 09:04:45 -0500 Subject: [PATCH] Remove Java 8 targeting --- build.gradle | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.gradle b/build.gradle index b5b6a4d..8ae809f 100755 --- a/build.gradle +++ b/build.gradle @@ -14,9 +14,6 @@ apply plugin: 'nebula.rxjava-project' apply plugin: 'kotlin' apply plugin: 'java' -sourceCompatibility = JavaVersion.VERSION_1_8 -targetCompatibility = JavaVersion.VERSION_1_8 - dependencies { compile 'io.reactivex.rxjava2:rxjava:2.0.7' compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"