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'
}
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'
}