This repository was archived by the owner on Oct 3, 2024. It is now read-only.
File tree 6 files changed +5
-11
lines changed
6 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 1
1
# 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.
6
4
#
7
5
# For more details, see
8
6
# http://developer.android.com/guide/developing/tools/proguard.html
9
7
10
- # Add any project specific keep options here:
11
-
12
8
# If your project uses WebView with JS, uncomment the following
13
9
# and specify the fully qualified class name to the JavaScript interface
14
10
# class:
Original file line number Diff line number Diff line change 9
9
10
10
# Specifies the JVM arguments used for the daemon process.
11
11
# 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
14
12
org.gradle.jvmargs =-Xmx1536m
15
13
16
14
# When configured, Gradle will run in incubating parallel mode.
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =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
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ APP_NAME="Gradle"
28
28
APP_BASE_NAME=` basename " $0 " `
29
29
30
30
# 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" '
32
32
33
33
# Use the maximum available, or set MAX_FD != -1 to use that value.
34
34
MAX_FD=" maximum"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ set APP_BASE_NAME=%~n0
14
14
set APP_HOME = %DIRNAME%
15
15
16
16
@ 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 "
18
18
19
19
@ rem Find java.exe
20
20
if defined JAVA_HOME goto findJavaFromJavaHome
You can’t perform that action at this time.
0 commit comments