This repository was archived by the owner on Oct 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +5
-11
lines changed Expand file tree Collapse file tree 6 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 11# Add project specific ProGuard rules here.
2- # By default, the flags in this file are appended to flags specified
3- # in ${sdk.dir}/tools/proguard/proguard-android.txt
4- # You can edit the include path and order by changing the proguardFiles
5- # directive in build.gradle.
2+ # You can control the set of applied configuration files using the
3+ # proguardFiles setting in build.gradle.
64#
75# For more details, see
86# http://developer.android.com/guide/developing/tools/proguard.html
97
10- # Add any project specific keep options here:
11-
128# If your project uses WebView with JS, uncomment the following
139# and specify the fully qualified class name to the JavaScript interface
1410# class:
Original file line number Diff line number Diff line change 99
1010# Specifies the JVM arguments used for the daemon process.
1111# The setting is particularly useful for tweaking memory settings.
12- # Default value: -Xmx10248m -XX:MaxPermSize=256m
13- # org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
1412org.gradle.jvmargs =-Xmx1536m
1513
1614# When configured, Gradle will run in incubating parallel mode.
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.2 -all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.3 -all.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ APP_NAME="Gradle"
2828APP_BASE_NAME=` basename " $0 " `
2929
3030# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
31- DEFAULT_JVM_OPTS=" "
31+ DEFAULT_JVM_OPTS=' "-Xmx64m" '
3232
3333# Use the maximum available, or set MAX_FD != -1 to use that value.
3434MAX_FD=" maximum"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ set APP_BASE_NAME=%~n0
1414set APP_HOME = %DIRNAME%
1515
1616@ rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
17- set DEFAULT_JVM_OPTS =
17+ set DEFAULT_JVM_OPTS = " -Xmx64m "
1818
1919@ rem Find java.exe
2020if defined JAVA_HOME goto findJavaFromJavaHome
You can’t perform that action at this time.
0 commit comments