implemented the EOCV-AprilTag-Plugin library

This commit is contained in:
Khosraw Azizi 2022-09-22 21:19:15 -05:00
parent ab7902d3ba
commit eb5a07782a

View file

@ -11,6 +11,7 @@ repositories {
dependencies {
def multidex_version = "2.0.1"
implementation "androidx.multidex:multidex:$multidex_version"
implementation 'org.openftc:apriltag:1.1.0'
implementation 'org.openftc:easyopencv:1.5.1'
implementation 'org.jetbrains:annotations:15.0'
implementation 'com.acmerobotics.dashboard:dashboard:0.4.4'