Merge SDK v8.1

This commit is contained in:
Ryan Brott
2022-11-25 10:08:20 -08:00
12 changed files with 615 additions and 22 deletions

View File

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