Explorar el Código

Update gradle

Mario Danic hace 8 años
padre
commit
4d6cc118b2
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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"