Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 519 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 519 Bytes

An FTC library created by AIM Robotics to assist in java development

To install the library, in the build.dependencies.gradle file of your repository add:

repositories { 
     jcenter()
     maven { url "https://jitpack.io" }
}
dependencies {
      implementation 'com.github.AIMRobotics18657:AIMLib:VERSION'
}

Replacing VERSION with the tag below