forked from mirror/monocles_chat_clean
increased building speed
This commit is contained in:
parent
55360188fc
commit
5319ee20f0
2 changed files with 4 additions and 4 deletions
|
@ -11,9 +11,9 @@
|
|||
"type": "SINGLE",
|
||||
"filters": [],
|
||||
"attributes": [],
|
||||
"versionCode": 114,
|
||||
"versionName": "1.5.3",
|
||||
"outputFile": "monocles chat-1.5.3null-git-release.apk"
|
||||
"versionCode": 115,
|
||||
"versionName": "1.5.4",
|
||||
"outputFile": "monocles chat-1.5.4null-git-release.apk"
|
||||
}
|
||||
],
|
||||
"elementType": "File"
|
||||
|
|
|
@ -13,6 +13,6 @@
|
|||
# org.gradle.parallel=true
|
||||
#Sat Jan 22 19:25:52 CET 2022
|
||||
org.gradle.parallel=true
|
||||
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
|
||||
org.gradle.jvmargs=-Xmx4096m -XX:MaxPermSize=1024m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
|
||||
android.enableJetifier=true
|
||||
android.useAndroidX=true
|
Loading…
Reference in a new issue