Browse Source

Attempt to fix build

Signed-off-by: Mario Danic <mario@lovelyhq.com>
Mario Danic 8 years ago
parent
commit
5701d3bd13
1 changed files with 4 additions and 0 deletions
  1. 4 0
      build.gradle

+ 4 - 0
build.gradle

@@ -167,6 +167,10 @@ android {
     }
     }
     check.dependsOn 'checkstyle', 'findbugs', 'pmd', 'lint'
     check.dependsOn 'checkstyle', 'findbugs', 'pmd', 'lint'
 
 
+    compileOptions {
+        sourceCompatibility JavaVersion.VERSION_1_8
+        targetCompatibility JavaVersion.VERSION_1_8
+    }
 }
 }
 
 
 dependencies {
 dependencies {