2017-12-04 15:16:41 +08:00
|
|
|
# Project-wide Gradle settings.
|
|
|
|
|
|
|
|
# IDE (e.g. Android Studio) users:
|
|
|
|
# Gradle settings configured through the IDE *will override*
|
|
|
|
# any settings specified in this file.
|
|
|
|
|
|
|
|
# For more details on how to configure your build environment visit
|
|
|
|
# http://www.gradle.org/docs/current/userguide/build_environment.html
|
|
|
|
|
|
|
|
# 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=-Xmx2560m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
2021-09-08 01:16:26 -07:00
|
|
|
# Enable build cache
|
|
|
|
org.gradle.caching=true
|
|
|
|
|
2020-12-25 05:34:15 -08:00
|
|
|
# Android
|
2018-09-10 02:27:45 -04:00
|
|
|
android.useAndroidX=true
|
2020-07-12 03:17:50 -07:00
|
|
|
android.databinding.incremental=true
|
2019-04-10 23:33:22 -04:00
|
|
|
android.injected.testOnly=false
|
2022-01-27 01:46:00 -08:00
|
|
|
android.nonTransitiveRClass=true
|
2020-12-25 05:34:15 -08:00
|
|
|
|
|
|
|
# Magisk
|
2022-03-10 00:32:07 -08:00
|
|
|
magisk.stubVersion=27
|
2022-04-08 02:51:25 -07:00
|
|
|
magisk.versionCode=24306
|
2022-04-15 10:04:04 -07:00
|
|
|
magisk.ondkVersion=r24.1
|