Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 739 Bytes

README.md

File metadata and controls

26 lines (24 loc) · 739 Bytes

License: MIT

mlb-api-kt

🚧 WIP
This is MLB Stats API wrapper for Android

Build setup

Step 1. Add the JitPack repository to your build file

Add it in your root build.gradle at the end of repositories:

dependencyResolutionManagement {
  repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
  repositories {
    mavenCentral()
    maven { url = uri("https://jitpack.io") }
  }
}

Step 2. Add the dependency

dependencies {
  implementation("com.github.sanao1006:mlb-api-kt:<version>")
}

How to use