forked from j-kaltes/Juggluco
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathgradle.properties
More file actions
33 lines (30 loc) · 1.48 KB
/
Copy pathgradle.properties
File metadata and controls
33 lines (30 loc) · 1.48 KB
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
29
30
31
32
33
# 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
# The 2 GiB default made the daemon die with "the JVM garbage collector is
# thrashing" partway through a release build. Kotlin + R8 + a 5-ABI native
# build need real headroom.
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=1g -Dfile.encoding=UTF-8
# AndroidX package structure to make it clearer which packages are bundled with the
# Android operating system, and which are packaged with your app"s APK
# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true
#android.bundle.enableUncompressedNativeLibs=false
kotlin.code.style=official
org.gradle.configuration-cache=true
org.gradle.caching=true
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=false
android.nonFinalResIds=false
#thepassword=IDontKnow
#thekeyalias=thealias
#thekeypassword=IDontKnow
#thekeyfile=everyone.keystore
# Toolchain and dependency versions live in Common/build.gradle. They used to be
# declared here too, but the values here carried their quotes into the string
# ("'29.0.14206865'"), so build.gradle had to reassign every one of them to undo
# that -- two sources of truth where only one was ever in effect.
#android.suppressUnsupportedCompileSdk=35