Adding all files

This commit is contained in:
Plano East Robotics
2026-02-03 13:31:32 -06:00
parent b0965f9930
commit e7d4ce2d00
156 changed files with 19998 additions and 0 deletions

12
gradle.properties Normal file
View File

@@ -0,0 +1,12 @@
# 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
android.nonTransitiveRClass=false