forked from tianma8023/XposedSmsCode
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathgradle.properties
More file actions
15 lines (15 loc) · 779 Bytes
/
gradle.properties
File metadata and controls
15 lines (15 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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.
org.gradle.jvmargs=-Xmx4096m -XX:MaxMetaspaceSize=2048m -XX:+HeapDumpOnOutOfMemoryError --enable-native-access=ALL-UNNAMED -Djava.awt.headless=true
org.gradle.parallel=true
org.gradle.configuration-cache=true
org.gradle.configuration-cache.problems=warn
org.gradle.warning.mode=all
android.useAndroidX=true
android.suppressUnsupportedCompileSdk=36