Merge pull request #2361 from keymanapp/android-fix-gradle-memory-issues

fix[android]: change xmx for gradle daemons to 1GB
This commit is contained in:
safolit 2019-11-20 09:26:24 +07:00 • committed by GitHub
commit 889a11a67e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 1 deletions

View file

@ -1,2 +1,4 @@
android.enableJetifier=true
android.useAndroidX=true
org.gradle.jvmargs=-Xmx1024m

View file

@ -9,3 +9,5 @@ android.enableUnitTestBinaryResources=true
#WARNING: The option setting 'android.enableSeparateAnnotationProcessing=true' is experimental and unsupported.
#The current default is 'false'.
#android.enableSeparateAnnotationProcessing=true
org.gradle.jvmargs=-Xmx1024m

View file

@ -6,9 +6,11 @@
* Adding a download manager to execute downloads in background and cleanup the existing implementation (#2247, #2275, #2308)
* Show spinner (without blocking UI), if user wants to add a language/keyboard and catalog download is in progress (#2313)
* Improve custom package installation: Show readme.htm before starting installation process (#2286)
* Sanitize the app version to `#.#.#` for the API cloud query (#2319)
* Changes:
* Update target Android SDK version to 29 (#2279)
* Add linting to Debug builds and resolve lint errors (#2305)
* Sanitize the app version to `#.#.#` for the API cloud query (#2319)
* Fix memory issues during build process (#2361)
## 2019-10-30 12.0.4206 stable
* Bug fix: