Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 696 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 696 Bytes

(FissionLib Logo)


An FTC library created by Stuy Fission

To install the library, in build.dependencies.gradle add:

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

Replacing VERSION with the tag below