FtcRobotController v6.0

This commit is contained in:
Cal Kestis
2020-09-21 09:09:43 -07:00
parent 8b8b0988d4
commit 00cbf34452
108 changed files with 11204 additions and 0 deletions

7
gradle.properties Normal file
View File

@ -0,0 +1,7 @@
# 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
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true