Browse Source

Attempt to fix build

Signed-off-by: Mario Danic <mario@lovelyhq.com>
Mario Danic 8 năm trước cách đây
mục cha
commit
5701d3bd13
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      build.gradle

+ 4 - 0
build.gradle

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