mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-28 16:04:10 +01:00
increased building speed
This commit is contained in:
parent
f3dd80492e
commit
bb4c0f6bec
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…
Add table
Reference in a new issue