瀏覽代碼

Update gradle

Mario Danic 8 年之前
父節點
當前提交
4d6cc118b2
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      build.gradle

+ 5 - 0
build.gradle

@@ -98,6 +98,11 @@ android {
         htmlReport true
         htmlOutput file("$project.buildDir/reports/lint/lint.html")
     }
+
+    dexOptions {
+        javaMaxHeapSize "4g"
+    }
+
     compileSdkVersion 24
     buildToolsVersion "24.0.2"