forked from getsentry/sentry-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
28 lines (20 loc) · 935 Bytes
/
gradle.properties
File metadata and controls
28 lines (20 loc) · 935 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Daemon’s heap size
org.gradle.jvmargs=-Xmx4g -XX:MaxPermSize=512m -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
# AndroidX required by AGP >= 3.6.x
android.useAndroidX=true
# Release information
buildVersionCode=20058
versionName=4.3.1
# disable renderscript, it's enabled by default
android.defaults.buildfeatures.renderscript=false
# disable shader compilation, it's enabled by default
android.defaults.buildfeatures.shaders=false
# disable aidl files, it's enabled by default
android.defaults.buildfeatures.aidl=false
# disable Resource Values generation
android.defaults.buildfeatures.resvalues=false
# disable automatically adding Kotlin stdlib to compile dependencies
kotlin.stdlib.default.dependency=false
# TODO: Enable Prefab https://android-developers.googleblog.com/2020/02/native-dependencies-in-android-studio-40.html
# android.enablePrefab=true
# android.prefabVersion=1.0.0