9 lines
280 B
Properties
9 lines
280 B
Properties
# override on command line like this: -PcustomChannel=qpb
|
|
customChannel=zzz
|
|
|
|
# Route logcat to standard output.
|
|
# suppress inspection "UnusedProperty"
|
|
robolectric.logging=stdout
|
|
|
|
# Gradle wants more memory and complains if it doesn't get at least 2GB.
|
|
org.gradle.jvmargs=-Xmx2048M |