Skip to content

Kotlin extension libraries for Google Cast SDK for Android.

License

Notifications You must be signed in to change notification settings

nashcft/cast-sdk-ktx

Repository files navigation

Cast SDK Ktx

CI JitPack

Kotlin extension libraries for Google Cast SDK for Android.

Installation

Add JitPack repository to project's repositories block:

repositories {
  maven {
    url = uri("https://jitpack.io")
    content {
      includeGroup("com.github.nashcft.cast-sdk-ktx")
    }
  }
}

then replace each of Cast SDK dependencies with its ktx library.

dependencies {

  // for play-services-cast
  implementation("com.github.nashcft.cast-sdk-ktx:cast-ktx:$cast_sdk_ktx_version")
  
  // for play-services-cast-framework
  implementation("com.github.nashcft.cast-sdk-ktx:cast-framework-ktx:$cast_sdk_ktx_version")
  
  // for play-services-cast-tv
  implementation("com.github.nashcft.cast-sdk-ktx:cast-tv-ktx:$cast_sdk_ktx_version")
}

About

Kotlin extension libraries for Google Cast SDK for Android.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages