Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 743 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 743 Bytes

Jump-Core

Primary reference repository for Jump Robotics

It can also be imported directly

Installation Instructions:

Download Jump-Core.jar from https://github.com/Team8262/Jump-Core/releases

Create a folder called 'libs' in the root directory of your project

Screen Shot 2021-01-23 at 4 19 15 PM

Put Jump-Core.jar in 'libs'

In the build.gradle file, add this line:

implementation fileTree(dir: 'libs', include: ['*.jar'])

Screen Shot 2021-01-23 at 4 19 29 PM