alaskartv-source/gradle.properties

16 lines
352 B
Properties
Raw Permalink Normal View History

2025-01-06 15:34:36 +00:00
# Gradle
org.gradle.jvmargs=-Xmx2048m
# Allow switching between flavors of the Jellyfin SDK. Possible values are:
# - "default"
# - "local" (local Maven repository)
# - "snapshot" (SDK master)
# - "unstable-snapshot" (SDK with unstable Jellyfin API)
sdk.version=default
# Android
android.useAndroidX=true
# Enable LeakCanary
leakcanary.enable=false