diff --git a/android/KMAPro/gradle.properties b/android/KMAPro/gradle.properties index dbb7bf70d1..93aaf1410c 100644 --- a/android/KMAPro/gradle.properties +++ b/android/KMAPro/gradle.properties @@ -1,2 +1,4 @@ android.enableJetifier=true android.useAndroidX=true + +org.gradle.jvmargs=-Xmx1024m diff --git a/android/KMEA/gradle.properties b/android/KMEA/gradle.properties index dd9c757897..6d1b208c9b 100644 --- a/android/KMEA/gradle.properties +++ b/android/KMEA/gradle.properties @@ -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 diff --git a/android/history.md b/android/history.md index 5165b8175c..428599c8f9 100644 --- a/android/history.md +++ b/android/history.md @@ -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: