mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-27 10:07:40 +00:00
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:
commit
889a11a67e
3 changed files with 7 additions and 1 deletions
|
|
@ -1,2 +1,4 @@
|
|||
android.enableJetifier=true
|
||||
android.useAndroidX=true
|
||||
|
||||
org.gradle.jvmargs=-Xmx1024m
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue