mathstuff/MathHomeworkHelper/gradle.properties
Juan José Gutiérrez de Quevedo Pérez 382b0b235c
Some checks failed
continuous-integration/drone/push Build is failing
add docker build to pipeline
2025-11-25 13:11:09 +01:00

21 lines
993 B
Properties

# Project-wide Gradle settings.
# IDE (e.g. Android Studio) users:
# Gradle settings configured through the IDE are ignored when building from the
# command line. Check Gradle settings in the IDE if you notice discrepancies
# between the IDE and command line builds.
# 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
# AndroidX package structure to make it easier to discover and migrate existing, old-style packages
android.useAndroidX=true
# Enables namespacing of each library's R class so that its R class includes only the
# resources declared in the library itself and does not include resources from the
# dependencies, thereby reducing the size of the R class in the final APK.
android.nonTransitiveRClass=true
# Gradle memory settings
org.gradle.jvmargs=-Xmx2048m