Skip to content

Kotlin extension libraries for Google Cast SDK for Android.

License

Notifications You must be signed in to change notification settings

smellouk/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 "https://jitpack.io" }
}

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 100.0%