Files
bj_power/bj_power_app/gradle.properties
T

7 lines
243 B
Properties
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Gradle 构建参数
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
# 使用 AndroidXzxing-android-embedded / material 均基于 AndroidX
android.useAndroidX=true
# 非传递 R 类,减小方法数
android.nonTransitiveRClass=true