Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

sanao1006/mlb-api-kt

Repository files navigation

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

About

MLB Stats API wrapper for Android

Resources

License

Stars

Watchers

Forks

Languages