More work on Pizza bot's teleop

This commit is contained in:
NerdyBirdy460
2023-12-19 14:39:23 -06:00
parent afde9596a8
commit a325016a44
4 changed files with 8 additions and 5 deletions

View File

@@ -17,8 +17,14 @@ apply from: '../build.dependencies.gradle'
android {
namespace = 'org.firstinspires.ftc.teamcode'
androidResources {
noCompress 'tflite'
}
packagingOptions {
jniLibs {
pickFirsts += ['**/*.so']
}
jniLibs.useLegacyPackaging true
}
}