File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,30 @@ apply from: '../build.dependencies.gradle'
17
17
18
18
android {
19
19
namespace = ' org.firstinspires.ftc.teamcode'
20
+ androidResources {
21
+ noCompress ' tflite'
22
+ }
20
23
21
24
packagingOptions {
25
+ jniLibs {
26
+ pickFirsts + = [' **/*.so' ]
27
+ }
22
28
jniLibs. useLegacyPackaging true
23
29
}
24
30
}
25
31
32
+ repositories {
33
+ maven {
34
+ url = ' https://maven.brott.dev/'
35
+ }
36
+ }
37
+
26
38
dependencies {
27
39
implementation project(' :FtcRobotController' )
40
+ annotationProcessor files(' lib/OpModeAnnotationProcessor.jar' )
41
+
42
+ implementation " com.acmerobotics.roadrunner:ftc:0.1.13"
43
+ implementation " com.acmerobotics.roadrunner:core:1.0.0"
44
+ implementation " com.acmerobotics.roadrunner:actions:1.0.0"
45
+ implementation " com.acmerobotics.dashboard:dashboard:0.4.15"
28
46
}
You can’t perform that action at this time.
0 commit comments