Readrops/gradle.properties

18 lines
684 B
Properties
Raw Normal View History

2019-01-12 13:10:02 +01: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.
2019-05-10 13:24:02 +02:00
android.useAndroidX=true
2019-01-12 13:10:02 +01:00
org.gradle.jvmargs=-Xmx1536m
2020-09-05 15:28:23 +02:00
org.gradle.parallel=true
android.defaults.buildfeatures.buildconfig=false
2023-08-15 22:44:44 +02:00
android.nonTransitiveRClass=false
2024-07-03 12:11:59 +02:00
android.nonFinalResIds=true
android.injected.androidTest.leaveApksInstalledAfterRun=true
2019-01-12 13:10:02 +01:00