The Root Network Android API
All releases are published to jitpack. Changelog of each release can be found under Releases.
- Add it in
build.gradleat the end of repositories:
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven { setUrl("https://jitpack.io") }
}
}- Add the dependency
dependencies {
implementation("com.github.girin-app:TRN-android:0.2.3")
}