1e5c31af7Sopenharmony_ci# Project-wide Gradle settings.
2e5c31af7Sopenharmony_ci# IDE (e.g. Android Studio) users:
3e5c31af7Sopenharmony_ci# Gradle settings configured through the IDE *will override*
4e5c31af7Sopenharmony_ci# any settings specified in this file.
5e5c31af7Sopenharmony_ci# For more details on how to configure your build environment visit
6e5c31af7Sopenharmony_ci# http://www.gradle.org/docs/current/userguide/build_environment.html
7e5c31af7Sopenharmony_ci# Specifies the JVM arguments used for the daemon process.
8e5c31af7Sopenharmony_ci# The setting is particularly useful for tweaking memory settings.
9e5c31af7Sopenharmony_ciorg.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
10e5c31af7Sopenharmony_ci# When configured, Gradle will run in incubating parallel mode.
11e5c31af7Sopenharmony_ci# This option should only be used with decoupled projects. More details, visit
12e5c31af7Sopenharmony_ci# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
13e5c31af7Sopenharmony_ci# org.gradle.parallel=true
14e5c31af7Sopenharmony_ci# AndroidX package structure to make it clearer which packages are bundled with the
15e5c31af7Sopenharmony_ci# Android operating system, and which are packaged with your app's APK
16e5c31af7Sopenharmony_ci# https://developer.android.com/topic/libraries/support-library/androidx-rn
17e5c31af7Sopenharmony_ciandroid.useAndroidX=true
18e5c31af7Sopenharmony_ci# Automatically convert third-party libraries to use AndroidX
19e5c31af7Sopenharmony_ciandroid.enableJetifier=true
20e5c31af7Sopenharmony_ci
21