1
0
mirror of https://github.com/TeamNewPipe/NewPipe/ synced 2025-01-23 07:23:08 +01:00

Increase JVM memory to fix release build

This commit is contained in:
TobiGr 2020-05-29 18:54:40 +02:00
parent a6a82c6477
commit 52895e7b6b

View File

@ -1,3 +1,4 @@
android.enableJetifier=true
android.useAndroidX=true
org.gradle.jvmargs=-Xmx2048M
systemProp.file.encoding=utf-8