File tree Expand file tree Collapse file tree 8 files changed +12
-9
lines changed Expand file tree Collapse file tree 8 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ environment:
4
4
ANDROID_BUILD_VERSION : 28
5
5
ANDROID_TOOLS_VERSION : 28.0.3
6
6
7
- GRADLE_OPTS : -Dorg.gradle.daemon=false
7
+ GRADLE_OPTS : -Dorg.gradle.daemon=false -Dorg.gradle.jvmargs=-Xmx1536m
8
8
9
9
SDK_TOOLS_URL : https://dl.google.com/android/repository/sdk-tools-windows-3859397.zip
10
10
NDK_TOOLS_URL : https://dl.google.com/android/repository/android-ndk-r19c-windows-x86_64.zip
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-5.5 -all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.6 -all.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 7
7
# you may not use this file except in compliance with the License.
8
8
# You may obtain a copy of the License at
9
9
#
10
- # http ://www.apache.org/licenses/LICENSE-2.0
10
+ # https ://www.apache.org/licenses/LICENSE-2.0
11
11
#
12
12
# Unless required by applicable law or agreed to in writing, software
13
13
# distributed under the License is distributed on an "AS IS" BASIS,
Original file line number Diff line number Diff line change 5
5
@ rem you may not use this file except in compliance with the License.
6
6
@ rem You may obtain a copy of the License at
7
7
@ rem
8
- @ rem http ://www.apache.org/licenses/LICENSE-2.0
8
+ @ rem https ://www.apache.org/licenses/LICENSE-2.0
9
9
@ rem
10
10
@ rem Unless required by applicable law or agreed to in writing, software
11
11
@ rem distributed under the License is distributed on an "AS IS" BASIS,
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
12
+ org.gradle.jvmargs =-Xmx1536m
14
13
15
14
# When configured, Gradle will run in incubating parallel mode.
16
15
# This option should only be used with decoupled projects. More details, visit
17
16
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
18
17
# org.gradle.parallel=true
19
18
19
+ # AndroidX package structure to make it clearer which packages are bundled with the
20
+ # Android operating system, and which are packaged with your app's APK
21
+ # https://developer.android.com/topic/libraries/support-library/androidx-rn
20
22
android.useAndroidX =true
23
+ # Automatically convert third-party libraries to use AndroidX
21
24
android.enableJetifier =true
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-5.5 -all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.6 -all.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 7
7
# you may not use this file except in compliance with the License.
8
8
# You may obtain a copy of the License at
9
9
#
10
- # http ://www.apache.org/licenses/LICENSE-2.0
10
+ # https ://www.apache.org/licenses/LICENSE-2.0
11
11
#
12
12
# Unless required by applicable law or agreed to in writing, software
13
13
# distributed under the License is distributed on an "AS IS" BASIS,
Original file line number Diff line number Diff line change 5
5
@ rem you may not use this file except in compliance with the License.
6
6
@ rem You may obtain a copy of the License at
7
7
@ rem
8
- @ rem http ://www.apache.org/licenses/LICENSE-2.0
8
+ @ rem https ://www.apache.org/licenses/LICENSE-2.0
9
9
@ rem
10
10
@ rem Unless required by applicable law or agreed to in writing, software
11
11
@ rem distributed under the License is distributed on an "AS IS" BASIS,
You can’t perform that action at this time.
0 commit comments