diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-12-01 12:05:27 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-12-01 12:05:27 +0000 |
commit | 3d93cb37b92598969a748934ea582e67bdd6ac54 (patch) | |
tree | 42addc567486690473bc4ddc6f327de34f88da46 /gradle.properties | |
parent | c8d9269efa5be4f53848dae4ca750afdda1c4870 (diff) | |
download | infinity-for-reddit-3d93cb37b92598969a748934ea582e67bdd6ac54.tar infinity-for-reddit-3d93cb37b92598969a748934ea582e67bdd6ac54.tar.gz infinity-for-reddit-3d93cb37b92598969a748934ea582e67bdd6ac54.tar.bz2 infinity-for-reddit-3d93cb37b92598969a748934ea582e67bdd6ac54.tar.lz infinity-for-reddit-3d93cb37b92598969a748934ea582e67bdd6ac54.tar.xz infinity-for-reddit-3d93cb37b92598969a748934ea582e67bdd6ac54.tar.zst infinity-for-reddit-3d93cb37b92598969a748934ea582e67bdd6ac54.zip |
Downloading video without sound is now available. Minor bugs fixed.
Diffstat (limited to '')
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 9e6fce10..6398c371 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ # The setting is particularly useful for tweaking memory settings. android.enableJetifier=true android.useAndroidX=true -org.gradle.jvmargs=-Xmx1536m +org.gradle.jvmargs=-Xmx2048m # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. More details, visit |