Refactor Detection

This commit is contained in:
Scott Barnes 2024-02-27 17:08:55 -06:00
parent b491568e6c
commit d9bc67376d
1 changed files with 3 additions and 5 deletions

View File

@ -29,11 +29,8 @@ android {
}
buildTypes {
release {
}
debug {
}
release { }
debug { }
}
}
@ -51,6 +48,7 @@ dependencies {
implementation 'com.acmerobotics.roadrunner:core:1.0.0-beta6'
implementation 'com.acmerobotics.roadrunner:actions:1.0.0-beta6'
implementation 'com.acmerobotics.dashboard:dashboard:0.4.15'
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.1'