2016-05-20 10:30:25 +02:00
|
|
|
## Project-wide Gradle settings.
|
|
|
|
|
#
|
2015-10-25 15:27:32 +01:00
|
|
|
# For more details on how to configure your build environment visit
|
|
|
|
|
# http://www.gradle.org/docs/current/userguide/build_environment.html
|
2016-05-20 10:30:25 +02:00
|
|
|
#
|
2015-10-25 15:27:32 +01:00
|
|
|
# Specifies the JVM arguments used for the daemon process.
|
|
|
|
|
# The setting is particularly useful for tweaking memory settings.
|
|
|
|
|
# Default value: -Xmx10248m -XX:MaxPermSize=256m
|
|
|
|
|
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
|
2016-05-20 10:30:25 +02:00
|
|
|
#
|
2015-10-25 15:27:32 +01:00
|
|
|
# When configured, Gradle will run in incubating parallel mode.
|
|
|
|
|
# This option should only be used with decoupled projects. More details, visit
|
|
|
|
|
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
|
|
|
|
# org.gradle.parallel=true
|
2026-01-07 01:20:03 +01:00
|
|
|
org.gradle.jvmargs=-Xmx2048M
|
2020-03-20 10:44:24 +01:00
|
|
|
android.useAndroidX=true
|
2020-08-04 20:36:14 +08:00
|
|
|
|
2022-04-26 02:00:26 +05:00
|
|
|
minSdkVersion=21
|
2020-08-04 20:36:14 +08:00
|
|
|
targetSdkVersion=28
|
2023-10-03 00:02:12 +02:00
|
|
|
ndkVersion=29.0.14206865
|
|
|
|
|
compileSdkVersion=36
|
2021-04-07 11:31:30 +05:00
|
|
|
|
|
|
|
|
markwonVersion=4.6.2
|