dolphin/Source/Android/gradle.properties

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
978 B
Properties
Raw Normal View History

# 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=-Xmx2048m -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
2019-11-15 07:51:54 +01:00
android.enableJetifier=true
2022-12-11 09:16:33 +01:00
# 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
2019-11-15 07:51:54 +01:00
android.useAndroidX=true
2022-12-11 09:16:33 +01:00
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
2023-06-11 23:54:05 +02:00
android.nonTransitiveRClass=false
android.nonFinalResIds=false