Files
FtcTemplate/gradle.properties
Titan Robotics Club c44d44b230 Updated to FTC SDK 9.2.0.
Reorganized libraries.
2024-07-12 06:13:04 -07:00

11 lines
459 B
Properties

# 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
android.useAndroidX=true
# We no longer need to auto-convert third-party libraries to use AndroidX, which slowed down the build
android.enableJetifier=false
# Allow Gradle to use up to 1 GB of RAM
org.gradle.jvmargs=-Xmx1024M