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

@ -17,6 +17,10 @@ apply from: '../build.dependencies.gradle'
android {
namespace = 'org.firstinspires.ftc.teamcode'
packagingOptions {
jniLibs.useLegacyPackaging true
}
}
dependencies {