FtcRobotController v8.1

This commit is contained in:
Cal Kestis
2022-11-21 14:53:43 -08:00
parent 2390680ce6
commit 35d4aa7192
10 changed files with 611 additions and 20 deletions

View File

@ -5,3 +5,6 @@ android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true
# Allow Gradle to use up to 1 GB of RAM
org.gradle.jvmargs=-Xmx1024M