Installation
In this chapter we will detail how to install the homeostasis library
Last updated
Was this helpful?
In this chapter we will detail how to install the homeostasis library
Navigate to build.dependencies.gradle and find repositories.
In repositories put the maven link to jitpack.io
repositories {
... // other repositories that are already there
maven { url 'https://jitpack.io' }
}Then add the dependency:
implementation 'com.github.Thermal-Equilibrium:homeostasis-FTC:1.0.8'Now resync your gradle and Homeostasis should be installed!
Last updated
Was this helpful?
Was this helpful?
