Skip to content

Commit 7e375c0

Browse files
committed
see 06/03 log
1 parent 8a47092 commit 7e375c0

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

gradle.properties

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,7 @@
1919

2020
#org.gradle.jvmargs=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005
2121

22-
org.gradle.jvmargs=-XX:MaxHeapSize=1024m -Xmx1024m
22+
org.gradle.jvmargs=-Xmx8192m -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
23+
org.gradle.daemon=true
24+
org.gradle.configureondemand=true
25+
org.gradle.parallel=true

gradle/config/configApp.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@ android {
4242
}
4343

4444
dexOptions {
45+
preDexLibraries true
4546
javaMaxHeapSize "8g"
4647
maxProcessCount 8
48+
dexInProcess = true
4749
}
4850
}
4951

utilcode/README-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Gradle:
55
implementation 'com.blankj:utilcode:1.24.0'
66
77
// if u use AndroidX, use the following
8-
implementation 'com.blankj:utilcodex:1.23.7'
8+
implementation 'com.blankj:utilcodex:1.24.0'
99
```
1010

1111

utilcode/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Gradle:
55
implementation 'com.blankj:utilcode:1.24.0'
66
77
// if u use AndroidX, use the following
8-
implementation 'com.blankj:utilcodex:1.23.7'
8+
implementation 'com.blankj:utilcodex:1.24.0'
99
```
1010

1111

0 commit comments

Comments
 (0)